aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
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/core
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/core')
-rw-r--r--src/core/doc/qtqmlcore.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/doc/qtqmlcore.qdocconf b/src/core/doc/qtqmlcore.qdocconf
index 49b92fcc17..96155f6594 100644
--- a/src/core/doc/qtqmlcore.qdocconf
+++ b/src/core/doc/qtqmlcore.qdocconf
@@ -32,3 +32,6 @@ navigation.landingpage = "Qt QML Core"
navigation.qmltypespage = "Qt QML Core QML Types"
tagfile = qtqmlcore.tags
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0