aboutsummaryrefslogtreecommitdiffstats
path: root/src/websockets/doc/src/index.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-02-28 12:31:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-11 14:13:45 +0100
commitd122d15b66bdcecb42f4c3cabaeaab6791f1edaa (patch)
treeca6dda410f9addd4551b93757ed6e21c628e015b /src/websockets/doc/src/index.qdoc
parentceac1d619029e1fcf10c12290fbaac25c7fa516e (diff)
Doc: Review documentation Qt WebSockets
Task-number: QTBUG-37149 Change-Id: Ia8fe7b11140d31bc231a17bfcc16887f3af0dbce Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/websockets/doc/src/index.qdoc')
-rw-r--r--src/websockets/doc/src/index.qdoc9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/websockets/doc/src/index.qdoc b/src/websockets/doc/src/index.qdoc
index f85380b..2961ef3 100644
--- a/src/websockets/doc/src/index.qdoc
+++ b/src/websockets/doc/src/index.qdoc
@@ -50,10 +50,15 @@
QT += websockets
\endcode
- \section1 Related information
+ \section1 Reference documentation
\list
\li \l{Qt WebSockets C++ Classes}{C++ Classes}
- \li \l{Qt WebSockets Examples}{Examples}
\li \l{Qt WebSockets QML Types}{QML Types}
\endlist
+
+ \section1 Examples
+
+ The module provides the following examples as a guide to using
+ the API.
+ \l{Qt WebSockets Examples}{Examples}
*/