aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-09-12 12:07:47 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-09-15 10:04:17 +0000
commit83ba6a889f676361a25defe4739b8fd2f9bdcae7 (patch)
tree2b24a6ef1d3974606c82524660df8e5c910c6c76 /src/qmlworkerscript
parentb50fee10b97b2d40263bd2c6c45c87d3bc2a2084 (diff)
Doc: Fix undocumented parameters and broken links
* src/qml/jsapi/qjsengine.cpp: (qdoc) warning: Can't link to 'qvariant_cast()' * src/quick/items/qquickrhiitem.cpp: (qdoc) warning: Undocumented parameter 'item' in QQuickRhiItemRenderer::synchronize() (qdoc) warning: Can't link to 'msaaColorBuffer()' (qdoc) warning: Can't link to 'resolveTexture()' * src/quick/scenegraph/util/qsgtextnode.cpp: (qdoc) warning: No such enum item 'Text.NativeRendering' in QSGTextNode::RenderType (qdoc) warning: Undocumented parameter 'color' in QSGTextNode::setColor() (qdoc) warning: Undocumented parameter 'color' in QSGTextNode::setSelectionColor() (qdoc) warning: Undocumented parameter 'viewport' in QSGTextNode::setViewport() * examples/quick/rendercontrol/rendercontrol_rhi/doc/src/ rendercontrol_rhi.qdoc: (qdoc) warning: Can't link to 'QWidget-based' (qdoc) warning: Can't link to 'QAnimationDriver' Mark all documentation modules in qtdeclarative as free of warnings. Change-Id: I97cc059701c351b53cdeeb5fc2feff923c5a76a8 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qmlworkerscript')
-rw-r--r--src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
index 33e2c2882a..e9dab95f1e 100644
--- a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
+++ b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
@@ -28,3 +28,6 @@ sourcedirs += ..
exampledirs += snippets
navigation.qmltypespage = "Qt Qml WorkerScript QML Types"
+
+# Enforce zero documentation warnings
+warninglimit = 0