Doc: Enable zero warning limit

Change-Id: I157ef93d8a5c07528de267fe51ea9ed7f161a7ee
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Venugopal Shivashankar 2021-11-14 23:27:35 +01:00
parent 108a36ed26
commit 875f54103d
4 changed files with 13 additions and 0 deletions

View File

@ -10,3 +10,4 @@ instructions:
Test: Test:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml" - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"

View File

@ -87,3 +87,7 @@ manifestmeta.highlighted.names = "QtDoc/Coffee Machine Example" \
manifestmeta.filters += coffeemachine manifestmeta.filters += coffeemachine
manifestmeta.coffeemachine.names = "QtDoc/Coffee Machine Example" manifestmeta.coffeemachine.names = "QtDoc/Coffee Machine Example"
manifestmeta.coffeemachine.tags = quick,embedded manifestmeta.coffeemachine.tags = quick,embedded
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -40,3 +40,7 @@ depends += \
qtscxml qtscxml
navigation.landingpage = "Build with CMake" navigation.landingpage = "Build with CMake"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -19,3 +19,7 @@ qhp.QtPlatformIntegration.namespace = org.qt-project.qtplatformintegra
qhp.QtPlatformIntegration.virtualFolder = qtplatformintegration qhp.QtPlatformIntegration.virtualFolder = qtplatformintegration
qhp.QtPlatformIntegration.indexTitle = "Platform Integration" qhp.QtPlatformIntegration.indexTitle = "Platform Integration"
qhp.QtPlatformIntegration.filterAttributes = qt $QT_VERSION qhp.QtPlatformIntegration.filterAttributes = qt $QT_VERSION
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0