summaryrefslogtreecommitdiff
path: root/examples/websockets/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websockets/doc')
-rw-r--r--examples/websockets/doc/echoclient.qdoc2
-rw-r--r--examples/websockets/doc/echoserver.qdoc2
-rw-r--r--examples/websockets/doc/examples.qdoc2
-rw-r--r--examples/websockets/doc/qmlwebsocketclient.qdoc2
-rw-r--r--examples/websockets/doc/qmlwebsocketserver.qdoc2
-rw-r--r--examples/websockets/doc/simplechat.qdoc2
-rw-r--r--examples/websockets/doc/sslechoclient.qdoc2
-rw-r--r--examples/websockets/doc/sslechoserver.qdoc2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/websockets/doc/echoclient.qdoc b/examples/websockets/doc/echoclient.qdoc
index 1f328f0..871a916 100644
--- a/examples/websockets/doc/echoclient.qdoc
+++ b/examples/websockets/doc/echoclient.qdoc
@@ -4,7 +4,7 @@
/*!
\example echoclient
\title WebSocket Echo Client
- \meta category {Networking}
+ \examplecategory {Networking}
\ingroup qtwebsockets-examples
\brief Show how to write a simple WebSocket client application.
diff --git a/examples/websockets/doc/echoserver.qdoc b/examples/websockets/doc/echoserver.qdoc
index 0728372..470474f 100644
--- a/examples/websockets/doc/echoserver.qdoc
+++ b/examples/websockets/doc/echoserver.qdoc
@@ -4,7 +4,7 @@
/*!
\example echoserver
\title WebSocket Echo Server
- \meta category {Networking}
+ \examplecategory {Networking}
\ingroup qtwebsockets-examples
\brief Show how to write a simple WebSocket server application.
diff --git a/examples/websockets/doc/examples.qdoc b/examples/websockets/doc/examples.qdoc
index d22d8e5..6f23498 100644
--- a/examples/websockets/doc/examples.qdoc
+++ b/examples/websockets/doc/examples.qdoc
@@ -5,7 +5,7 @@
/*!
\group qtwebsockets-examples
\title Qt WebSockets Examples
- \meta category {Networking}
+ \examplecategory {Networking}
\brief List of Qt WebSocket examples
The examples below can be used as a guide to using the \l{Qt WebSockets} API.
diff --git a/examples/websockets/doc/qmlwebsocketclient.qdoc b/examples/websockets/doc/qmlwebsocketclient.qdoc
index e5770f2..b3da626 100644
--- a/examples/websockets/doc/qmlwebsocketclient.qdoc
+++ b/examples/websockets/doc/qmlwebsocketclient.qdoc
@@ -4,7 +4,7 @@
/*!
\example qmlwebsocketclient
\title QML WebSocket Client
- \meta category {Networking}
+ \examplecategory {Networking}
\ingroup qtwebsockets-examples
\brief Explains how to write a QML WebSocket client example.
diff --git a/examples/websockets/doc/qmlwebsocketserver.qdoc b/examples/websockets/doc/qmlwebsocketserver.qdoc
index 8582384..099d6d6 100644
--- a/examples/websockets/doc/qmlwebsocketserver.qdoc
+++ b/examples/websockets/doc/qmlwebsocketserver.qdoc
@@ -4,7 +4,7 @@
/*!
\example qmlwebsocketserver
\title QML WebSocket Server
- \meta category {Networking}
+ \examplecategory {Networking}
\ingroup qtwebsockets-examples
\brief A simple example that shows how to use a QML WebSocketServer.
diff --git a/examples/websockets/doc/simplechat.qdoc b/examples/websockets/doc/simplechat.qdoc
index 907cd30..a89ab4b 100644
--- a/examples/websockets/doc/simplechat.qdoc
+++ b/examples/websockets/doc/simplechat.qdoc
@@ -4,7 +4,7 @@
/*!
\example simplechat
\title Simple WebSocket Chat
- \meta category {Networking}
+ \examplecategory {Networking}
\ingroup qtwebsockets-examples
\brief A minimal chat application using the WebSocket protocol.
diff --git a/examples/websockets/doc/sslechoclient.qdoc b/examples/websockets/doc/sslechoclient.qdoc
index 4213722..c6766aa 100644
--- a/examples/websockets/doc/sslechoclient.qdoc
+++ b/examples/websockets/doc/sslechoclient.qdoc
@@ -4,7 +4,7 @@
/*!
\example sslechoclient
\title Secure WebSocket Echo Client
- \meta category {Networking}
+ \examplecategory {Networking}
\ingroup qtwebsockets-examples
\brief A simple client application using secure WebSockets (wss).
diff --git a/examples/websockets/doc/sslechoserver.qdoc b/examples/websockets/doc/sslechoserver.qdoc
index b5b348a..41ab060 100644
--- a/examples/websockets/doc/sslechoserver.qdoc
+++ b/examples/websockets/doc/sslechoserver.qdoc
@@ -4,7 +4,7 @@
/*!
\example sslechoserver
\title Secure WebSocket Echo Server
- \meta category {Networking}
+ \examplecategory {Networking}
\ingroup qtwebsockets-examples
\brief A simple server to respond to clients over secure WebSockets (wss).