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/network/doc/qtnetwork.qdocconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/network/doc/qtnetwork.qdocconf') diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf index 8206e6bbf2..59b02765fd 100644 --- a/src/network/doc/qtnetwork.qdocconf +++ b/src/network/doc/qtnetwork.qdocconf @@ -41,3 +41,6 @@ manifestmeta.highlighted.names = "QtNetwork/HTTP Example" navigation.landingpage = "Qt Network" navigation.cppclassespage = "Qt Network C++ Classes" + +# Fail the documentation build if there are more warnings than the limit +warninglimit = 0 -- cgit v1.2.3