Cleanup documentation
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 19 Jan 2014 13:09:47 +0000 (14:09 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 20 Jan 2014 16:42:28 +0000 (17:42 +0100)
Limited line length to 100 characters

Change-Id: Id51c72cb4e7091478bdb57b45514e89f3a6565dd
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
src/websockets/doc/src/index.qdoc

index 2f4812f..23461b6 100644 (file)
@@ -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).