summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-26 21:38:55 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-27 10:43:58 +0000
commit75ab210758814d084b3929c1104aceadcd476982 (patch)
treea1fc1ed942e620090ca8cd880a335118eb832ca3
parent65df4ba818d358fc25d9341a03e7a422a137d4d3 (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: I9a55264f38c56a3f95971dc43392128b9c95b413 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/sensors/doc/qtsensors.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sensors/doc/qtsensors.qdocconf b/src/sensors/doc/qtsensors.qdocconf
index be4bd6ea..42812e1e 100644
--- a/src/sensors/doc/qtsensors.qdocconf
+++ b/src/sensors/doc/qtsensors.qdocconf
@@ -48,6 +48,3 @@ depends += qtcore qtdoc qtgui qtquick qtcmake
navigation.landingpage = "Qt Sensors"
navigation.cppclassespage = "Qt Sensors C++ Classes"
navigation.qmltypespage = "Qt Sensors QML Types"
-
-# Fail the documentation build if there are more warnings than the limit
-warninglimit = 0