From 75ab210758814d084b3929c1104aceadcd476982 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 26 Jun 2023 21:38:55 +0000 Subject: 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 --- src/sensors/doc/qtsensors.qdocconf | 3 --- 1 file changed, 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 -- cgit v1.2.3