aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/doc/qtqmlmodels.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlmodels/doc/qtqmlmodels.qdocconf')
-rw-r--r--src/qmlmodels/doc/qtqmlmodels.qdocconf24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/qmlmodels/doc/qtqmlmodels.qdocconf b/src/qmlmodels/doc/qtqmlmodels.qdocconf
index a4153f4a53..5c9c04a85a 100644
--- a/src/qmlmodels/doc/qtqmlmodels.qdocconf
+++ b/src/qmlmodels/doc/qtqmlmodels.qdocconf
@@ -12,10 +12,6 @@ qhp.QtQmlModels.namespace = org.qt-project.qtqmlmodels.$QT_VERSION_TAG
qhp.QtQmlModels.virtualFolder = qtqmlmodels
qhp.QtQmlModels.indexRoot =
-qhp.QtQmlModels.filterAttributes = qtqmlmodels $QT_VERSION qtrefdoc
-qhp.QtQmlModels.customFilters.Qt.name = QtQmlModels $QT_VERSION
-qhp.QtQmlModels.customFilters.Qt.filterAttributes = qtqmlmodels $QT_VERSION
-
qhp.QtQmlModels.title = QML Types
qhp.QtQmlModels.indexTitle = Qt QML Models QML Types
qhp.QtQmlModels.selectors = qmlclass
@@ -23,15 +19,21 @@ qhp.QtQmlModels.sortPages = true
tagfile = qtqmlmodels.tags
-depends += qtcore qtqml qtdoc
-
-headerdirs += ..
+depends += qtcore qtqml qtquick qtdoc qtqmlworkerscript qtquickcontrols
-sourcedirs += .. \
- ../../imports/models
+{headerdirs,sourcedirs} += \
+ .. \
+ ../../labs/models
-exampledirs += ../../../examples/qml \
- ../ \
+exampledirs += .. \
snippets
+imagedirs += images
+
navigation.qmltypespage = "Qt Qml Models QML Types"
+
+# suppress qdoc warnings for \instantiates entries
+spurious += "C\\+\\+ class .*\\\\instantiates .*"
+
+# Enforce zero documentation warnings
+warninglimit = 0