aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/qtquick.qdocconf
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/quick/doc/qtquick.qdocconf
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/quick/doc/qtquick.qdocconf')
-rw-r--r--src/quick/doc/qtquick.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index c76a6c32f2..122ee83045 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -110,6 +110,3 @@ macro.svgcolor.DocBook = "<db:phrase role=\"color:\1\">&#160;&#160;&#160;&#160;&
# suppress qdoc warnings for \instantiates entries
spurious += "C\\+\\+ class .*\\\\instantiates .*"
-
-# Fail the documentation build if there are more warnings than the limit
-warninglimit = 1