summaryrefslogtreecommitdiff
path: root/examples/doc/simplechat.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/doc/simplechat.qdoc')
-rw-r--r--examples/doc/simplechat.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/doc/simplechat.qdoc b/examples/doc/simplechat.qdoc
index 215c46a..506d45a 100644
--- a/examples/doc/simplechat.qdoc
+++ b/examples/doc/simplechat.qdoc
@@ -43,7 +43,10 @@
\example simplechat
\title Simple Chat Example
\ingroup qtwebsockets-examples
+ \brief Shows how to use the QWebSocket and QWebSocketServer classes
+ for creating a minimalistic chat application over websockets.
- The Simple Chat example shows how to use the QWebSocket and QWebSocketServer
+ The Simple Chat Example shows how to use the QWebSocket and QWebSocketServer
classes to create a minimalistic chat application over websockets.
+
*/