aboutsummaryrefslogtreecommitdiffstats
path: root/examples/doc/sslechoserver.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/sslechoserver.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/sslechoserver.qdoc')
-rw-r--r--examples/doc/sslechoserver.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/doc/sslechoserver.qdoc b/examples/doc/sslechoserver.qdoc
index 608b27a..d158a68 100644
--- a/examples/doc/sslechoserver.qdoc
+++ b/examples/doc/sslechoserver.qdoc
@@ -43,6 +43,8 @@
\example sslechoserver
\title SSL Echo Server Example
\ingroup qtwebsockets-examples
+ \brief Shows how to use the QWebSocketServer class for implementing a simple
+ echo server over secure sockets (wss).
The SSL Echo Server example shows how to use the QWebSocketServer class
to implement a simple echo server over secure sockets (wss).