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.qdocconf14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/qmlmodels/doc/qtqmlmodels.qdocconf b/src/qmlmodels/doc/qtqmlmodels.qdocconf
index 4a42d4a2d1..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
@@ -27,9 +23,7 @@ depends += qtcore qtqml qtquick qtdoc qtqmlworkerscript qtquickcontrols
{headerdirs,sourcedirs} += \
.. \
- ../../labs/models \
- ../../imports/models \
- ../../imports/labsmodels
+ ../../labs/models
exampledirs += .. \
snippets
@@ -37,3 +31,9 @@ exampledirs += .. \
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