summaryrefslogtreecommitdiffstats
path: root/src/pdf/doc/qtpdf.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-26 21:29:01 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-27 18:22:26 +0000
commita4faf5aef26a371ea193862b5d5a6bf1f394c5bc (patch)
treeaf5f62f63fd63ed5209c7e20bc35eeb65b139ca1 /src/pdf/doc/qtpdf.qdocconf
parent8b2d2cd8387808dc589eda9bfbc119cc84ca4633 (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: Ic28d57f29e1f8ea5b551fe25a413dafcf04c0ccc Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/pdf/doc/qtpdf.qdocconf')
-rw-r--r--src/pdf/doc/qtpdf.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pdf/doc/qtpdf.qdocconf b/src/pdf/doc/qtpdf.qdocconf
index d55f88a41..39442cae8 100644
--- a/src/pdf/doc/qtpdf.qdocconf
+++ b/src/pdf/doc/qtpdf.qdocconf
@@ -62,6 +62,3 @@ imagedirs += images
navigation.landingpage = "Qt PDF"
navigation.cppclassespage = "Qt PDF C++ Classes"
navigation.qmltypespage = "Qt Quick PDF QML Types"
-
-# Fail the documentation build if there are more warnings than the limit
-warninglimit = 0