aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-26 21:30:43 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-27 11:14:13 +0000
commit3f2149e7f8d2e95cacbe22e6944e949094bd2e1c (patch)
treefef6df44f8918722945fd3ffb2f981119c750604 /src/webchannel
parentb48bd728ea918a930130ede25cadc74e33bd43d7 (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: Ifd83d8db4df23e6de5768d6b1849b796e30c9c67 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/webchannel')
-rw-r--r--src/webchannel/doc/qtwebchannel.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webchannel/doc/qtwebchannel.qdocconf b/src/webchannel/doc/qtwebchannel.qdocconf
index b77d5f3..25a6eeb 100644
--- a/src/webchannel/doc/qtwebchannel.qdocconf
+++ b/src/webchannel/doc/qtwebchannel.qdocconf
@@ -53,6 +53,3 @@ examples.fileextensions += "*.html *.json"
navigation.landingpage = "Qt WebChannel"
navigation.cppclassespage = "Qt WebChannel C++ Classes"
navigation.qmltypespage = "Qt WebChannel QML Types"
-
-# Enforce zero warnings for the documention build
-warninglimit = 0