From f9e6ee655f463e7175e3bf07cdac0946e8141cb3 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Wed, 10 Nov 2021 13:31:28 +0100 Subject: Doc: Fix qdoc warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In addition, added the missing warninglimit entry to a few doc configs. Change-Id: I51b9d2ad66123a2a9673a3b42870662641375e6b Reviewed-by: Timur Pocheptsov Reviewed-by: Topi Reiniö Reviewed-by: Mårten Nordheim --- qmake/doc/qmake.qdocconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qmake') diff --git a/qmake/doc/qmake.qdocconf b/qmake/doc/qmake.qdocconf index 77775674f4..2cf74d5551 100644 --- a/qmake/doc/qmake.qdocconf +++ b/qmake/doc/qmake.qdocconf @@ -62,3 +62,6 @@ depends += \ qtxmlpatterns navigation.landingpage = "qmake Manual" + +# Fail the documentation build if there are more warnings than the limit +warninglimit = 0 -- cgit v1.2.3