From 347e74cafa7f0431d807f52574a2e19537946d8f Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Wed, 20 Oct 2021 13:28:04 +0200 Subject: Doc: Enable qdoc warning count limit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should restrict changes that introduce new warnings. Change-Id: I7e4b5d9d5d84b7c336509c380bc7e6d86e360f4a Reviewed-by: Topi Reiniƶ --- src/sql/doc/qtsql.qdocconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sql/doc/qtsql.qdocconf') 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 -- cgit v1.2.3