aboutsummaryrefslogtreecommitdiffstats
path: root/examples/doc/echoserver.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 /examples/doc/echoserver.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 'examples/doc/echoserver.qdoc')
-rw-r--r--examples/doc/echoserver.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/doc/echoserver.qdoc b/examples/doc/echoserver.qdoc
index b7b8299..fcb0442 100644
--- a/examples/doc/echoserver.qdoc
+++ b/examples/doc/echoserver.qdoc
@@ -43,9 +43,11 @@
\example echoserver
\title Echo Server Example
\ingroup qtwebsockets-examples
+ \brief Shows how to create a simple server application that
+ sends back the messages it receives.
- The Echo Server example shows how to create a simple server application that
- sends back the messages that it receives, using the websockets API.
+ The Echo Server Example shows how to create a simple server application that
+ sends back the messages it receives, using the websockets API.
\sa {Echo Client Example}
*/