aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-01-05 10:43:54 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-06 19:20:32 +0000
commit1c0aaf2f62e33cb4ec610214132a2efbe73f9d22 (patch)
treee1bd7771643cf3ced570b6a7acba5e8b94d907be /src/qml/doc
parente2dfb864cef9557217379377d04475b2e7c4552d (diff)
Doc: Adjust regular expression for suppressing warnings
Make the regular expression capture also future uses of \instantiates, and escape the '+' characters when matching the string 'C++'. Task-number: QTBUG-98116 Change-Id: Ifecfff540aff28f5fe116240a064a74ea80d09bf Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit ea062064f753cd9bf8498a2aef8e44f9061aea0c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/qtqml.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 7ef67fa927..1172478b78 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -62,3 +62,6 @@ manifestmeta.thumbnail.names += "QtQml/Chapter 4*" \
navigation.landingpage = "Qt QML"
navigation.cppclassespage = "Qt QML C++ Classes"
navigation.qmltypespage = "Qt QML QML Types"
+
+# suppress qdoc warnings for \instantiates entries
+spurious += "C\\+\\+ class .*\\\\instantiates .*"