aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaishree Vyas <Jaishree.Vyas@qt.io>2023-09-05 16:45:56 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-11 11:29:44 +0000
commit55383cdb4dafdb58925c10a31f012b55c9a2515e (patch)
treed14b95f6df050c3991e60edbf9dc1e118046aae3
parent8c8ea91ad3973dc49742d6e1b1871d2084907b0b (diff)
Doc: All overviews list categorization
The \generate list names are added for each categorized section with some explanation. Here, calling the overviews as explanations-(name of the section). The idea is to give general terms instead of specific phrases like 'core' etc, for better understanding. Task-number: QTBUG-115347 Change-Id: I391f946914eb2c977256ef859c47eddd525cb6f8 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit e0dc2d74800279a82981225185f545d5c7eeb66f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/websockets/doc/src/overview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/doc/src/overview.qdoc b/src/websockets/doc/src/overview.qdoc
index bb8e9ff..f73587d 100644
--- a/src/websockets/doc/src/overview.qdoc
+++ b/src/websockets/doc/src/overview.qdoc
@@ -5,7 +5,7 @@
\page websockets-overview.html
\title Qt WebSockets Overview
\brief Provides insight into the WebSocket protocol and the Qt WebSockets module.
-\ingroup explanation
+\ingroup explanations-webtechnologies
Qt WebSockets enables you to build WebSocket-aware applications. It
provides an implementation for the WebSocket protocol, which is offered by IETF