aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-26 22:07:58 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-27 12:38:40 +0000
commit2ca5bb7c36a675002ae33a22a6bb4251f42eaecc (patch)
treee62f158c6ed9b38631004f0fe7637e0e2144403a /src/qmlworkerscript
parent81e427894d73f4bb977681ee13e55e794f853c54 (diff)
Doc: Remove warninglimit .qdocconf variable
The most common limit for the maximum number of allowed documentation warnings is zero. As all Qt module docs include() a common configuration from qtbase, it's better to control the base warninglimit from a central location in qtbase/doc/global. This allows for a temporary increase of the limit across all modules as needed - for example, when updating the QDoc binary that the CI provisions to a version that introduces new types of documentation warnings. Task-number: QTBUG-113326 Change-Id: I7e5be717195049a6ce1d0a10ccbb1daeb175d714 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qmlworkerscript')
-rw-r--r--src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
index ae8fd2b439..33e2c2882a 100644
--- a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
+++ b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
@@ -28,6 +28,3 @@ sourcedirs += ..
exampledirs += snippets
navigation.qmltypespage = "Qt Qml WorkerScript QML Types"
-
-# Fail the documentation build if there are more warnings than the limit
-warninglimit = 0