aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/qtqml.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r--src/qml/doc/qtqml.qdocconf19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 7737ec5575..9c1632e537 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -15,9 +15,6 @@ qhp.QtQml.virtualFolder = qtqml
qhp.QtQml.indexTitle = Qt QML
qhp.QtQml.indexRoot =
-qhp.QtQml.filterAttributes = qtqml $QT_VERSION qtrefdoc
-qhp.QtQml.customFilters.Qt.name = QtQml $QT_VERSION
-qhp.QtQml.customFilters.Qt.filterAttributes = qtqml $QT_VERSION
qhp.QtQml.subprojects = qmltypes classes examples
qhp.QtQml.subprojects.classes.title = C++ Classes
qhp.QtQml.subprojects.classes.indexTitle = Qt QML C++ Classes
@@ -36,6 +33,7 @@ tagfile = ../../../doc/qtqml/qtqml.tags
depends += \
qtcore \
+ qtnetwork \
qtqmlmodels \
qtqmlworkerscript \
qtgui \
@@ -47,11 +45,9 @@ depends += \
qmake \
qtcmake
-headerdirs += .. \
- ../../qml
+headerdirs += ..
-sourcedirs += .. \
- ../../qml
+sourcedirs += ..
exampledirs += ../../../examples/qml \
../ \
@@ -67,3 +63,12 @@ manifestmeta.thumbnail.names += "QtQml/Chapter 4*" \
navigation.landingpage = "Qt QML"
navigation.cppclassespage = "Qt QML C++ Classes"
navigation.qmltypespage = "Qt QML QML Types"
+# Auto-generate navigation linking based on the \list structures on the following:
+navigation.toctitles = "Qt Quick Compiler"
+
+navigation.toctitles.inclusive = true
+# suppress qdoc warnings for \instantiates entries
+spurious += "C\\+\\+ class .*\\\\instantiates .*"
+
+# Enforce zero documentation warnings
+warninglimit = 0