aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-11-10 13:11:47 +0100
committerTopi Reinio <topi.reinio@qt.io>2022-01-14 00:05:08 +0100
commit37213acd75729a0945145864135709bddde88a85 (patch)
tree9354ac069ceefc9e803c210c1326ac608f216e88 /src/qmlworkerscript
parentfddd82345ae63f1769f5fc9e486cfdccea4d0124 (diff)
Doc: Enable zero warning limit for documentation
Pick-to: 6.3 Fixes: QTBUG-98116 Change-Id: I3d0a2ede380fd60bbe9c4e2852c4da3b737180ec Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qmlworkerscript')
-rw-r--r--src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
index 33e2c2882a..ae8fd2b439 100644
--- a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
+++ b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
@@ -28,3 +28,6 @@ sourcedirs += ..
exampledirs += snippets
navigation.qmltypespage = "Qt Qml WorkerScript QML Types"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0