aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-11-10 13:11:47 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-16 10:28:56 +0000
commitcc5f6a7e3a5e3f41e5f8db66c51afd900cd8646b (patch)
tree562c2226db84e8a2a42dd0aea06b5df9d09c5d0c /src/qmltest
parent83b29e1142d9e3b371db2e379a5376a34c6d1e29 (diff)
Doc: Enable zero warning limit for documentation
Fixes: QTBUG-98116 Change-Id: I3d0a2ede380fd60bbe9c4e2852c4da3b737180ec Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 37213acd75729a0945145864135709bddde88a85) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/qmltest')
-rw-r--r--src/qmltest/doc/qtqmltest.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmltest/doc/qtqmltest.qdocconf b/src/qmltest/doc/qtqmltest.qdocconf
index 16ff9eeed3..2dbe68011e 100644
--- a/src/qmltest/doc/qtqmltest.qdocconf
+++ b/src/qmltest/doc/qtqmltest.qdocconf
@@ -36,3 +36,6 @@ exampledirs += snippets
navigation.landingpage = "Qt Quick Test"
navigation.cppclassespage = "Qt Quick Test C++ API"
navigation.qmltypespage = "Qt Quick Test QML Types"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0