mirror of https://github.com/qt/qtdoc.git
Doc: Enable zero warning limit
Change-Id: I157ef93d8a5c07528de267fe51ea9ed7f161a7ee Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
108a36ed26
commit
875f54103d
|
|
@ -10,3 +10,4 @@ instructions:
|
|||
|
||||
Test:
|
||||
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
|
||||
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
|
||||
|
|
|
|||
|
|
@ -87,3 +87,7 @@ manifestmeta.highlighted.names = "QtDoc/Coffee Machine Example" \
|
|||
manifestmeta.filters += coffeemachine
|
||||
manifestmeta.coffeemachine.names = "QtDoc/Coffee Machine Example"
|
||||
manifestmeta.coffeemachine.tags = quick,embedded
|
||||
|
||||
# Fail the documentation build if there are more warnings than the limit
|
||||
warninglimit = 0
|
||||
|
||||
|
|
|
|||
|
|
@ -40,3 +40,7 @@ depends += \
|
|||
qtscxml
|
||||
|
||||
navigation.landingpage = "Build with CMake"
|
||||
|
||||
# Fail the documentation build if there are more warnings than the limit
|
||||
warninglimit = 0
|
||||
|
||||
|
|
|
|||
|
|
@ -19,3 +19,7 @@ qhp.QtPlatformIntegration.namespace = org.qt-project.qtplatformintegra
|
|||
qhp.QtPlatformIntegration.virtualFolder = qtplatformintegration
|
||||
qhp.QtPlatformIntegration.indexTitle = "Platform Integration"
|
||||
qhp.QtPlatformIntegration.filterAttributes = qt $QT_VERSION
|
||||
|
||||
# Fail the documentation build if there are more warnings than the limit
|
||||
warninglimit = 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue