43ea57b901
The most common limit for the maximum number of allowed documentation warnings is zero. Use a global value for 'warninglimit', adopted by all Qt module documentation projects that include the configuration from 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. Increase this base limit temporarily to 10 to help re-enable documentation testing in CI as it's currently disabled. Task-number: QTBUG-113326 Change-Id: I8b66951ca9324bcfaec3b5a7ec2cff544c62feb0 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
# Fail the documentation test build if QDoc warnings exceed the limit.
|
|
#
|
|
# Submodule documentation projects can increase this base limit to
|
|
# account for known warnings, for example:
|
|
#
|
|
# qtcore.qdocconf:
|
|
# warninglimit += 1
|
|
|
|
warninglimit = 10
|