From 91bc6d340c253ddec67f7e590251c546f011dc0c Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 1 Jun 2022 14:11:42 +0200 Subject: Enable documentation tests in the CI CI will fail the documentation build if the commit introduces new warnings as reported by QDoc. Pick-to: 6.3 Change-Id: I0823ab86d2fd5bbea35e20fea7358d258510c354 Reviewed-by: Venugopal Shivashankar --- src/svg/doc/qtsvg.qdocconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/svg/doc/qtsvg.qdocconf b/src/svg/doc/qtsvg.qdocconf index c2ef354..b2c5126 100644 --- a/src/svg/doc/qtsvg.qdocconf +++ b/src/svg/doc/qtsvg.qdocconf @@ -48,3 +48,6 @@ imagedirs += images navigation.landingpage = "Qt SVG" navigation.cppclassespage = "Qt SVG C++ Classes" + +# Fail the documentation build if there are more warnings than the limit +warninglimit = 0 -- cgit v1.2.1