summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-03-27 15:45:32 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-03-30 08:13:43 +0000
commitbd192a9c7a16c0e6e6086f323e06012e8597bf01 (patch)
tree3fada9eb68ee705bf8d89486f9c0783570b51b69
parent8c38eb80b5e32419dff90137559a0c6ce1cbdfcd (diff)
downloadqtdoc-bd192a9c7a16c0e6e6086f323e06012e8597bf01.tar.gz
Doc: Added selectors for the subprojects defined
QDoc adds all the available nodes to the tree if there are no selectors for the subproject. This change avoids that and lists only the subproject title page entries under the main project in assistant, as there are no matching entries based on the chosen selectors. Change-Id: I282370d289fa4084ee1f383fe00dcd57da9e2f3e Task-number: QTBUG-43074 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--doc/config/qtdoc.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 5109a436..ab9b2d25 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -88,12 +88,15 @@ 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 Types
+qhp.QtDoc.subprojects.qmltypes.selectors = qmlclass
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