summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-10-20 13:28:04 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-10-21 19:10:52 +0200
commit347e74cafa7f0431d807f52574a2e19537946d8f (patch)
tree78efe43d3de89d39fed73e695095750baa8cffed /src/xml
parent8d1db12bba73ad0b74723e58ad0f1f3134767a36 (diff)
Doc: Enable qdoc warning count limit
This should restrict changes that introduce new warnings. Change-Id: I7e4b5d9d5d84b7c336509c380bc7e6d86e360f4a Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/doc/qtxml.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf
index 54b16773d9..520129003f 100644
--- a/src/xml/doc/qtxml.qdocconf
+++ b/src/xml/doc/qtxml.qdocconf
@@ -41,3 +41,6 @@ navigation.cppclassespage = "Qt XML C++ Classes"
# Add a thumbnail for examples that do not have images
manifestmeta.thumbnail.names = "QtXml/XML Stream Lint Example"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0