aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/qtquick.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-02-20 09:37:15 +0000
committerTopi Reiniƶ <topi.reinio@qt.io>2023-02-21 01:36:15 +0000
commit17e9d44807fd8ba2f15f47313cff5d62a5ab0473 (patch)
tree955a88fbf866b734deff473ddfd69e885617d23f /src/quick/doc/qtquick.qdocconf
parent80c1f3493fb44849159201ad50b680be794b612e (diff)
Doc: Fix warnings for undocumented parameters
Fix undocumented parameters for TableView::positionViewAtIndex(), and increase the warning limit by one to address another warning that exists only on the dev branch. Pick-to: 6.5 Fixes: QTBUG-111290 Task-number: QTBUG-111289 Change-Id: I1da384a082163f1fd7fa9dbfa1e2afc3793d5c88 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/quick/doc/qtquick.qdocconf')
-rw-r--r--src/quick/doc/qtquick.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index 02e12c4c11..577389df72 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -107,4 +107,4 @@ macro.svgcolor.HTML = "<div style=\"padding:10px;color:#fff;background:\1;\"></d
spurious += "C\\+\\+ class .*\\\\instantiates .*"
# Fail the documentation build if there are more warnings than the limit
-warninglimit = 0
+warninglimit = 1