aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaishree Vyas <Jaishree.Vyas@qt.io>2023-07-24 12:13:14 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-07-24 11:46:44 +0000
commit0d8cbb3bf5498140c0d535f42a1ad6a9164f3373 (patch)
treef40c87db93c4ab56608670e0bd00277d6ef44c24
parentbf5a21f42c08431e8967080d5a1ab6fa15d2e08c (diff)
Doc: List of all Qt overviews which are now termed as explanation
The autogenerated list of overviews was adding the \group command which included all the groups instead of overviews. The idea here is to categorize the overviews later on once we have the list of all overviews. Task-number: QTBUG-114762 Change-Id: I1ad1a2d3ba0d1ff6a7e2c9a702f7f420fadafa92 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit ba66f9ea7c3c53c7b13617892a7cdc3dc4505db3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/websockets/doc/src/overview.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/websockets/doc/src/overview.qdoc b/src/websockets/doc/src/overview.qdoc
index 398dbe1..bb8e9ff 100644
--- a/src/websockets/doc/src/overview.qdoc
+++ b/src/websockets/doc/src/overview.qdoc
@@ -5,6 +5,7 @@
\page websockets-overview.html
\title Qt WebSockets Overview
\brief Provides insight into the WebSocket protocol and the Qt WebSockets module.
+\ingroup explanation
Qt WebSockets enables you to build WebSocket-aware applications. It
provides an implementation for the WebSocket protocol, which is offered by IETF