summaryrefslogtreecommitdiffstats
path: root/src/sql/doc
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/sql/doc
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/sql/doc')
-rw-r--r--src/sql/doc/qtsql.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf
index 47c172d54b..877411d326 100644
--- a/src/sql/doc/qtsql.qdocconf
+++ b/src/sql/doc/qtsql.qdocconf
@@ -39,3 +39,6 @@ imagedirs += images \
navigation.landingpage = "Qt SQL"
navigation.cppclassespage = "Qt SQL C++ Classes"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0