Added module QtWebSockets to documentation
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 5 Oct 2013 20:56:26 +0000 (22:56 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 5 Oct 2013 20:57:25 +0000 (22:57 +0200)
Change-Id: Ic1707be7fed88c63b770d41e3dc600da545e4005
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
src/websockets/qwebsocketprotocol.cpp

index e6a9db0..e1f3afb 100644 (file)
@@ -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