summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketprotocol.cpp
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-10-05 22:56:26 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-10-05 22:57:25 +0200
commitcc808dfceda1530fd95969182727aed919b487ef (patch)
tree4cbfab51c5b08755171e26aebed102a355f8b892 /src/websockets/qwebsocketprotocol.cpp
parentfc70657fa39fecb4ab97633c4ade1d67249d9fc6 (diff)
downloadqtwebsockets-cc808dfceda1530fd95969182727aed919b487ef.tar.gz
Added module QtWebSockets to documentation
Change-Id: Ic1707be7fed88c63b770d41e3dc600da545e4005 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocketprotocol.cpp')
-rw-r--r--src/websockets/qwebsocketprotocol.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/websockets/qwebsocketprotocol.cpp b/src/websockets/qwebsocketprotocol.cpp
index e6a9db0..e1f3afb 100644
--- a/src/websockets/qwebsocketprotocol.cpp
+++ b/src/websockets/qwebsocketprotocol.cpp
@@ -25,6 +25,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*!
\enum QWebSocketProtocol::CloseCode
+ \inmodule QtWebSockets
+
The close codes supported by WebSockets V13
\value CC_NORMAL Normal closure
@@ -46,6 +48,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*!
\enum QWebSocketProtocol::Version
+ \inmodule QtWebSockets
+
\brief The different defined versions of the Websocket protocol.
For an overview of the differences between the different protocols, see