summaryrefslogtreecommitdiff
path: root/examples/doc/echoserver.qdoc
diff options
context:
space:
mode:
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}
*/