summaryrefslogtreecommitdiffstats
path: root/src/controls/SplitView.qml
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-11-11 22:45:22 +0100
committerTopi Reinio <topi.reinio@qt.io>2019-11-14 12:14:57 +0100
commit5d76ced033cf1b2a1466a1b1b2a3a4f1102fab3f (patch)
treebe508feadc8113d9aa1024764aa91587068a8df0 /src/controls/SplitView.qml
parent724c8d81b0ce39ffc32dfdcf1b134ac4befb0127 (diff)
Doc: Fix documentation warnings
All warnings in qtquickcontrols were related to \qmlmethod or \qmlsignal parameters, except for the missing dependency to qtcore in Qt Quick Extras. There's some inconsistencies with how QDoc parses QML method parameters, especially for qml signals - in some cases the \a command is replaced with \e to clear the warning, even though the parameter name referenced with \a does exist. This commit brings the current warning count to zero. Fixes: QTBUG-79828 Change-Id: I3d3d02583498c5a579f6476273e10e75680d940c Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/controls/SplitView.qml')
-rw-r--r--src/controls/SplitView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml
index b95704d3f..471e70a07 100644
--- a/src/controls/SplitView.qml
+++ b/src/controls/SplitView.qml
@@ -186,7 +186,7 @@ Item {
onOrientationChanged: d.changeOrientation()
/*! \qmlmethod void SplitView::addItem(Item item)
- Add an item to the end of the view.
+ Add an \a item to the end of the view.
\since QtQuick.Controls 1.3 */
function addItem(item) {
d.updateLayoutGuard = true