diff options
| author | Topi Reinio <topi.reinio@qt.io> | 2023-06-26 22:07:58 +0000 |
|---|---|---|
| committer | Topi Reinio <topi.reinio@qt.io> | 2023-06-27 12:38:40 +0000 |
| commit | 2ca5bb7c36a675002ae33a22a6bb4251f42eaecc (patch) | |
| tree | e62f158c6ed9b38631004f0fe7637e0e2144403a /src/qmlcompiler/doc/qtqmlcompiler.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 <paul.wicking@qt.io>
Diffstat (limited to 'src/qmlcompiler/doc/qtqmlcompiler.qdocconf')
| -rw-r--r-- | src/qmlcompiler/doc/qtqmlcompiler.qdocconf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qmlcompiler/doc/qtqmlcompiler.qdocconf b/src/qmlcompiler/doc/qtqmlcompiler.qdocconf index f94c25b233..e267f8b11f 100644 --- a/src/qmlcompiler/doc/qtqmlcompiler.qdocconf +++ b/src/qmlcompiler/doc/qtqmlcompiler.qdocconf @@ -42,6 +42,3 @@ sourcedirs += .. navigation.landingpage = "Qt QML Compiler" navigation.cppclassespage = "Qt QML Compiler C++ Classes" - -# Fail the documentation build if there are more warnings than the limit -warninglimit = 0 |
