From 9d09b4b293ac835fc4eb9aafe9873c8335bf1866 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 26 Jun 2023 21:33:31 +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: I53d84dca3d82469b4401ffa463bddd29bdf8afe6 Reviewed-by: Paul Wicking --- src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf b/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf index 656677ec..722ef0e3 100644 --- a/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf +++ b/src/virtualkeyboard/doc/qtvirtualkeyboard.qdocconf @@ -48,6 +48,3 @@ qhp.QtVirtualKeyboard.subprojects.examples.sortPages = true navigation.landingpage = "Qt Virtual Keyboard" navigation.qmltypespage = "Qt Virtual Keyboard QML Types" navigation.cppclassespage = "Qt Virtual Keyboard C++ Classes" - -# Fail the documentation build if there are more warnings than the limit -warninglimit = 0 -- cgit v1.2.3