aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJaishree Vyas <Jaishree.Vyas@qt.io>2023-08-21 11:47:29 +0200
committerJaishree Vyas <Jaishree.Vyas@qt.io>2023-08-23 11:20:08 +0200
commit58a549f9d2c0799d27231771ca8de88d50604c6c (patch)
treecd4c2df7abac9bb585cf57e2c83b6f14bc95444c /examples
parent3c87b8849bd12befa465724ad234579f8d4c32f8 (diff)
Doc: Add example categories for Qt Webchannel examples
Task-number: QTBUG-116067 Pick-to: 6.5 6.6 Change-Id: I0f8dd067b21b85e42393ec70543bf85e844979ed Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/webchannel/chatclient-html/doc/src/chatclient-html.qdoc2
-rw-r--r--examples/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc1
-rw-r--r--examples/webchannel/standalone/doc/src/standalone.qdoc1
3 files changed, 4 insertions, 0 deletions
diff --git a/examples/webchannel/chatclient-html/doc/src/chatclient-html.qdoc b/examples/webchannel/chatclient-html/doc/src/chatclient-html.qdoc
index 2357561..fc9d7e0 100644
--- a/examples/webchannel/chatclient-html/doc/src/chatclient-html.qdoc
+++ b/examples/webchannel/chatclient-html/doc/src/chatclient-html.qdoc
@@ -5,8 +5,10 @@
\example chatclient-html
\title Qt WebChannel ChatClient HTML Example
\ingroup qtwebchannel-examples
+ \examplecategory {Web Technologies}
\brief A HTML/JavaScript client that communicates over a WebSocket with a QWebChannel server.
+
\image chatclient-html.png
\e{ChatClient HTML} provides a simple QWebChannel client implemented using JavaScript and HTML.
diff --git a/examples/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc b/examples/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc
index 4985445..bde0742 100644
--- a/examples/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc
+++ b/examples/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc
@@ -5,6 +5,7 @@
\example chatserver-cpp
\title Qt WebChannel ChatServer Example
\ingroup qtwebchannel-examples
+ \examplecategory {Web Technologies}
\brief A simple chat server implemented using the QWebChannel C++ API.
\image chatserver-cpp.png
diff --git a/examples/webchannel/standalone/doc/src/standalone.qdoc b/examples/webchannel/standalone/doc/src/standalone.qdoc
index 476bb04..cb817a4 100644
--- a/examples/webchannel/standalone/doc/src/standalone.qdoc
+++ b/examples/webchannel/standalone/doc/src/standalone.qdoc
@@ -6,6 +6,7 @@
\title Qt WebChannel Standalone Example
\ingroup qtwebchannel-examples
\image standalone-screenshot.png
+ \examplecategory {Web Technologies}
\brief A simple chat between a server and a remote client running in a
browser.