summaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-10-02 14:58:37 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-10-03 10:16:19 +0200
commitc7b8a1107156e474d9c746837a071039acfe03d9 (patch)
tree82c84be2cc5523adfc1d34ed23ffd9bfd4627d72 /doc/config
parent90c17f3ee7b4f6da76554ac2e25a7c5bb53a215d (diff)
Doc: Fixed issues related to qhp in the .qdocconf file
- Removed unneeded selectors for Classes, QML Types and Examples - Changed index title to point to All QML Types instead of All QML APIs by Module Change-Id: I03a211e9d45e6ee3a5d23cec260f9191518dd350 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/qtdoc.qdocconf6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index e6abd7363..ab94f117a 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -87,15 +87,13 @@ qhp.QtDoc.customFilters.Qt.filterAttributes = qtdoc $QT_VERSION
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.sortPages = true
qhp.QtDoc.subprojects.qmltypes.title = QML Types
-qhp.QtDoc.subprojects.qmltypes.indexTitle = All QML APIs by Module
-qhp.QtDoc.subprojects.qmltypes.selectors = fake:headerfile
+qhp.QtDoc.subprojects.qmltypes.indexTitle = All QML Types
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.sortPages = true
# Add an image used in example manifests to qhp
HTML.extraimages += images/qt-codesample.png