summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-06-01 14:11:42 +0200
committerTopi Reinio <topi.reinio@qt.io>2022-07-22 11:37:12 +0200
commit91bc6d340c253ddec67f7e590251c546f011dc0c (patch)
treef279a8cc708253b22229a89d7f6e19668a94a97d /src
parentdaf448324fb2148bda2d3f0b79170d658d38aa49 (diff)
downloadqtsvg-91bc6d340c253ddec67f7e590251c546f011dc0c.tar.gz
Enable documentation tests in the CI
CI will fail the documentation build if the commit introduces new warnings as reported by QDoc. Pick-to: 6.3 Change-Id: I0823ab86d2fd5bbea35e20fea7358d258510c354 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/svg/doc/qtsvg.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/svg/doc/qtsvg.qdocconf b/src/svg/doc/qtsvg.qdocconf
index c2ef354..b2c5126 100644
--- a/src/svg/doc/qtsvg.qdocconf
+++ b/src/svg/doc/qtsvg.qdocconf
@@ -48,3 +48,6 @@ imagedirs += images
navigation.landingpage = "Qt SVG"
navigation.cppclassespage = "Qt SVG C++ Classes"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0