summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-26 22:11:50 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-27 10:42:08 +0000
commitd1c022b60e0d109a42b34d73c5d407d2908755ff (patch)
tree371759cd7a8b369905fccb58ce03795a8b5c207d /src/bluetooth/doc
parent26bfc04b7aa0824534a7ef2670dd0f51f72b69b1 (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: I7174e53e00714bac68c7b3a4c0b2bd18615f6219 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/bluetooth/doc')
-rw-r--r--src/bluetooth/doc/qtbluetooth.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bluetooth/doc/qtbluetooth.qdocconf b/src/bluetooth/doc/qtbluetooth.qdocconf
index e6b7541d..0253591c 100644
--- a/src/bluetooth/doc/qtbluetooth.qdocconf
+++ b/src/bluetooth/doc/qtbluetooth.qdocconf
@@ -46,6 +46,3 @@ imagedirs += images
navigation.landingpage = "Qt Bluetooth"
navigation.cppclassespage = "Qt Bluetooth C++ Classes"
-
-# Fail the documentation build if there are more warnings than the limit
-warninglimit = 0