From f85b1381be8aeda4de7d364e4b51f09fc560c0c1 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 29 Nov 2022 12:38:36 +0100 Subject: Pump up temporally warning limit for qdoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qDoc on ci throws some "Unable to parse JavaScript" warnings for new examples. However this issue will be gone after removing JavaScript support form qdoc qtools change: ecf918398579030c9ba16f843595cfdbe774c00b The newer qdoc comes form qt5 change: 271cd0608c84016a285116fe1295d7d2e60f1c87 Task-number: QTBUG-106275 Task-number: QTQAINFRA-4926 Change-Id: I74bb515146587361d804ee6be8d2d37c4dd29671 Reviewed-by: Michael BrĂ¼ning --- src/core/doc/qtwebengine.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/doc/qtwebengine.qdocconf') diff --git a/src/core/doc/qtwebengine.qdocconf b/src/core/doc/qtwebengine.qdocconf index ed95ae0ca..0e94accf8 100644 --- a/src/core/doc/qtwebengine.qdocconf +++ b/src/core/doc/qtwebengine.qdocconf @@ -93,4 +93,4 @@ navigation.qmltypespage = "Qt WebEngine QML Types" macro.QWE = "Qt \\WebEngine" # Fail the documentation build if there are more warnings than the limit -warninglimit = 0 +warninglimit = 4 -- cgit v1.2.1