summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2024-02-21 11:56:16 +0000
committerTopi Reinio <topi.reinio@qt.io>2024-02-21 13:27:56 +0000
commitddab1eeb4812589cda605b1595bf1e9ad2d349de (patch)
treeb5eb842656f5f860a0328fd56167b54b55a45fbb /doc
parent640254afe9e97f0ba215c4c00f6b5178d8586244 (diff)
Doc: Fix regression in Qt help project configuration
Renaming the 'All Classes' page to 'All C++ Classes' broke the Qt help (sub)project 'Classes' as it was still referring to the old page title. In passing, clean up the rest of the qhp configuration; remove obsolete 'fake' selector string, and use the 'qmltype' selector instead of the old, deprecated 'qmlclass'. Pick-to: 6.7 6.6 6.5 Fixes: QTBUG-120643 Change-Id: I308dc2d4499b9a60ea881cf6bcbf3473dd853421 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/config/qtdoc.qdocconf8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 6e67ddcf6..be4502a79 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -48,16 +48,16 @@ qhp.QtDoc.indexRoot =
qhp.QtDoc.subprojects = classes qmltypes examples
qhp.QtDoc.subprojects.classes.title = Classes
-qhp.QtDoc.subprojects.classes.indexTitle = All Classes
-qhp.QtDoc.subprojects.classes.selectors = class fake:headerfile
+qhp.QtDoc.subprojects.classes.indexTitle = All C++ Classes
+qhp.QtDoc.subprojects.classes.selectors = class headerfile
qhp.QtDoc.subprojects.classes.sortPages = true
qhp.QtDoc.subprojects.qmltypes.title = QML Types
qhp.QtDoc.subprojects.qmltypes.indexTitle = All QML Types
-qhp.QtDoc.subprojects.qmltypes.selectors = qmlclass
+qhp.QtDoc.subprojects.qmltypes.selectors = qmltype
qhp.QtDoc.subprojects.qmltypes.sortPages = true
qhp.QtDoc.subprojects.examples.title = Tutorials and Examples
qhp.QtDoc.subprojects.examples.indexTitle = Qt Examples And Tutorials
-qhp.QtDoc.subprojects.examples.selectors = fake:example
+qhp.QtDoc.subprojects.examples.selectors = example
qhp.QtDoc.subprojects.examples.sortPages = true
# Add an image used in example manifests to qhp, as well as thumbnails for YouTube links