diff options
author | Topi Reinio <[email protected]> | 2023-06-26 22:07:58 +0000 |
---|---|---|
committer | Topi Reinio <[email protected]> | 2023-06-27 12:38:40 +0000 |
commit | 2ca5bb7c36a675002ae33a22a6bb4251f42eaecc (patch) | |
tree | e62f158c6ed9b38631004f0fe7637e0e2144403a /src/qml/doc/qtqml.qdocconf | |
parent | 81e427894d73f4bb977681ee13e55e794f853c54 (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: I7e5be717195049a6ce1d0a10ccbb1daeb175d714
Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r-- | src/qml/doc/qtqml.qdocconf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf index 0ea81e62aa..3d39c7a121 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -69,6 +69,3 @@ navigation.toctitles = "Qt Quick Compiler" navigation.toctitles.inclusive = true # suppress qdoc warnings for \instantiates entries spurious += "C\\+\\+ class .*\\\\instantiates .*" - -# Fail the documentation build if there are more warnings than the limit -warninglimit = 0 |