summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-11-10 13:41:53 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-11-11 11:35:24 +0100
commit62e9eeafaa06acb7359c2285d47c29c235055790 (patch)
tree1a04707d564f2a7fd937d9c1e51997e86bd36fdd
parent2ef52c871cbef26f1d3c0794b2c80a1c1e61eff2 (diff)
Doc: Enable zero qdoc warnings limit
Change-Id: I2f2828bfc2d267fffac3eb2b9a9ec7e575d347a0 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--coin/module_config.yaml1
-rw-r--r--src/scxml/doc/qtscxml.qdocconf3
-rw-r--r--src/statemachine/doc/qtstatemachine.qdocconf3
3 files changed, 7 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 16d158c..aaf3323 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -10,3 +10,4 @@ instructions:
Test:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
+ - !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
diff --git a/src/scxml/doc/qtscxml.qdocconf b/src/scxml/doc/qtscxml.qdocconf
index c4703c3..452a7a1 100644
--- a/src/scxml/doc/qtscxml.qdocconf
+++ b/src/scxml/doc/qtscxml.qdocconf
@@ -52,3 +52,6 @@ manifestmeta.highlighted.names = "QtScxml/Qt SCXML Traffic Light QML Example (Dy
navigation.landingpage = "Qt SCXML"
navigation.cppclassespage = "Qt SCXML C++ Classes"
navigation.qmltypespage = "Qt SCXML QML Types"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0
diff --git a/src/statemachine/doc/qtstatemachine.qdocconf b/src/statemachine/doc/qtstatemachine.qdocconf
index 26d2f70..5597121 100644
--- a/src/statemachine/doc/qtstatemachine.qdocconf
+++ b/src/statemachine/doc/qtstatemachine.qdocconf
@@ -50,3 +50,6 @@ tagfile = qtstatemachine.tags
navigation.landingpage = "Qt State Machine"
navigation.cppclassespage = "Qt State Machine C++ Classes"
navigation.qmltypespage = "Qt State Machine QML Types"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0