summaryrefslogtreecommitdiffstats
path: root/doc/src/qmlapp
diff options
context:
space:
mode:
authorJaishree Vyas <Jaishree.Vyas@qt.io>2023-07-25 18:35:04 +0200
committerTopi Reinio <topi.reinio@qt.io>2023-09-11 07:40:39 +0000
commite5020dd289e18ad5124b0f68b51b8cdb6e06072e (patch)
tree7cedee581f92bfa61dabc5117845c069f5819fb1 /doc/src/qmlapp
parentd4a134f2e5143ea09728d1c0beb4f975019ff21a (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. Allow two warnings for \generatelist commands as the related \group pages live in modules external to qtdoc and are not loaded when testing documentation in the CI. Task-number: QTBUG-115347 Pick-to: 6.5 6.6 Change-Id: Ia8307d42fdb137808ae75cb9bcfeb58de30ba550 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'doc/src/qmlapp')
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc2
-rw-r--r--doc/src/qmlapp/usecases/layouts.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index 1817c7d6d..ef5415ef0 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -5,7 +5,7 @@
\page qmlapplications.html
\title QML Applications
\brief Essential documentation for QML application developers
-\ingroup explanation
+\ingroup explanations-programminglanguages
QML is a declarative language that allows user interfaces to be described in
terms of their visual components and how they interact and relate with one
diff --git a/doc/src/qmlapp/usecases/layouts.qdoc b/doc/src/qmlapp/usecases/layouts.qdoc
index b53fa43e0..fb5d95913 100644
--- a/doc/src/qmlapp/usecases/layouts.qdoc
+++ b/doc/src/qmlapp/usecases/layouts.qdoc
@@ -4,7 +4,7 @@
\page qtquick-usecase-layouts.html
\title Use Case - Positioners and Layouts In QML
\brief Example of how to create layouts for visual components in a QML application
-\ingroup explanation
+\ingroup explanations-programminglanguages
There are several ways to position items in QML.