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/printsupport/doc/qtprintsupport.qdocconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/printsupport') diff --git a/src/printsupport/doc/qtprintsupport.qdocconf b/src/printsupport/doc/qtprintsupport.qdocconf index 28d6502c64..1e72873e4d 100644 --- a/src/printsupport/doc/qtprintsupport.qdocconf +++ b/src/printsupport/doc/qtprintsupport.qdocconf @@ -40,3 +40,6 @@ imagedirs += images \ navigation.landingpage = "Qt Print Support" navigation.cppclassespage = "Qt Print Support C++ Classes" + +# Fail the documentation build if there are more warnings than the limit +warninglimit = 0 -- cgit v1.2.3