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
Pick-to: 6.5
Change-Id: I673e38c0e9193b7f7d54008bfcf82c2d3a10be3f
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit 29eb5d8ace744cd4a946aca3f5f1ffe0f4bd0a1f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Jaishree Vyas 2023-08-16 11:49:32 +02:00 committed by Qt Cherry-pick Bot
parent 37e3596808
commit 4b26cb5866
9 changed files with 9 additions and 10 deletions

View File

@ -6,7 +6,7 @@
\title CBOR Support in Qt \title CBOR Support in Qt
\ingroup qt-basic-concepts \ingroup qt-basic-concepts
\brief An overview of CBOR support in Qt. \brief An overview of CBOR support in Qt.
\ingroup explanation \ingroup explanations-dataprocessingandio
\ingroup frameworks-technologies \ingroup frameworks-technologies

View File

@ -7,7 +7,7 @@
\ingroup groups \ingroup groups
\ingroup frameworks-technologies \ingroup frameworks-technologies
\keyword ipc \keyword ipc
\ingroup explanation \ingroup explanations-networkingandconnectivity
\brief An overview of Qt's inter-process communication functionality \brief An overview of Qt's inter-process communication functionality

View File

@ -6,7 +6,7 @@
\title JSON Support in Qt \title JSON Support in Qt
\ingroup qt-basic-concepts \ingroup qt-basic-concepts
\brief An overview of JSON support in Qt. \brief An overview of JSON support in Qt.
\ingroup explanation \ingroup explanations-dataprocessingandio
\ingroup frameworks-technologies \ingroup frameworks-technologies
\keyword JSON \keyword JSON

View File

@ -5,7 +5,7 @@
\page metaobjects.html \page metaobjects.html
\title The Meta-Object System \title The Meta-Object System
\brief An overview of Qt's meta-object system and introspection capabilities. \brief An overview of Qt's meta-object system and introspection capabilities.
\ingroup explanation \ingroup explanations-basics
\ingroup qt-basic-concepts \ingroup qt-basic-concepts
\keyword meta-object \keyword meta-object
\keyword Meta-Object System \keyword Meta-Object System

View File

@ -5,7 +5,7 @@
\page properties.html \page properties.html
\title The Property System \title The Property System
\brief An overview of Qt's property system. \brief An overview of Qt's property system.
\ingroup explanation \ingroup explanations-basics
\ingroup qt-basic-concepts \ingroup qt-basic-concepts
\keyword Qt's Property System \keyword Qt's Property System

View File

@ -8,8 +8,7 @@
\ingroup qt-basic-concepts \ingroup qt-basic-concepts
\brief An overview of Qt's signals and slots inter-object \brief An overview of Qt's signals and slots inter-object
communication mechanism. communication mechanism.
\ingroup explanation \ingroup explanations-basics
Signals and slots are used for communication between objects. The Signals and slots are used for communication between objects. The
signals and slots mechanism is a central feature of Qt and signals and slots mechanism is a central feature of Qt and
probably the part that differs most from the features provided by probably the part that differs most from the features provided by

View File

@ -5,7 +5,7 @@
\page qtdbus-overview.html \page qtdbus-overview.html
\title Qt D-Bus Overview \title Qt D-Bus Overview
\brief Provides insight into the Qt Qt D-Bus module. \brief Provides insight into the Qt Qt D-Bus module.
\ingroup explanation \ingroup explanations-networkingandconnectivity
D-Bus is an Inter-Process Communication (IPC) and Remote Procedure D-Bus is an Inter-Process Communication (IPC) and Remote Procedure
Calling (RPC) mechanism originally developed for Linux to replace Calling (RPC) mechanism originally developed for Linux to replace

View File

@ -11,7 +11,7 @@
\page richtext.html \page richtext.html
\title Rich Text Processing \title Rich Text Processing
\brief An overview of Qt's rich text processing, editing and display features. \brief An overview of Qt's rich text processing, editing and display features.
\ingroup explanation \ingroup explanations-ui
\ingroup frameworks-technologies \ingroup frameworks-technologies
\ingroup qt-basic-concepts \ingroup qt-basic-concepts
\ingroup best-practices \ingroup best-practices

View File

@ -15,7 +15,7 @@
/*! /*!
\page xml-processing.html \page xml-processing.html
\title XML Processing \title XML Processing
\ingroup explanation \ingroup explanations-dataprocessingandio
\brief An Overview of the XML processing facilities in Qt. \brief An Overview of the XML processing facilities in Qt.