summaryrefslogtreecommitdiff
path: root/src/websockets/doc/src/index.qdoc
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-01-19 14:09:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 17:42:28 +0100
commit196617e5fb4f93655bbecea221b2dd350411fcae (patch)
tree7da7874bc9f0e411e9e7ae443be68a0e20706874 /src/websockets/doc/src/index.qdoc
parent9d3f3b39bfb4b702ff702f550dd30ade6b5f0afa (diff)
downloadqtwebsockets-196617e5fb4f93655bbecea221b2dd350411fcae.tar.gz
Cleanup documentation
Limited line length to 100 characters Change-Id: Id51c72cb4e7091478bdb57b45514e89f3a6565dd Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/doc/src/index.qdoc')
-rw-r--r--src/websockets/doc/src/index.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/websockets/doc/src/index.qdoc b/src/websockets/doc/src/index.qdoc
index 2f4812f..23461b6 100644
--- a/src/websockets/doc/src/index.qdoc
+++ b/src/websockets/doc/src/index.qdoc
@@ -31,7 +31,8 @@
\title Qt WebSockets
\brief Provides an implementation of the WebSocket protocol.
- The QtWebSockets module implements the WebSocket protocol as specified in \l {http://tools.ietf.org/html/rfc6455} {RFC 6455}.
+ The QtWebSockets module implements the WebSocket protocol as specified in
+ \l {http://tools.ietf.org/html/rfc6455} {RFC 6455}.
It solely depends on Qt (no external dependencies).