aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmlfunctions.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-12-03 09:03:34 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-12-04 12:45:50 +0100
commite070e571d184b4f6eb1f065009aac0779d004f29 (patch)
treed6b3caec1388806627bf61edcacb7b2f476c4987 /src/qml/doc/src/qmlfunctions.qdoc
parentc8b108ca76e29d5c1b55468a9659eef80a6afa86 (diff)
Fix qdoc warning, document macro parameter
Pick-to: 6.0 Change-Id: I60c3d9cc34bc658d5317da951cc1975990f27a9b Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Diffstat (limited to 'src/qml/doc/src/qmlfunctions.qdoc')
-rw-r--r--src/qml/doc/src/qmlfunctions.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmlfunctions.qdoc b/src/qml/doc/src/qmlfunctions.qdoc
index 4241c7ff8f..e66a6aae4a 100644
--- a/src/qml/doc/src/qmlfunctions.qdoc
+++ b/src/qml/doc/src/qmlfunctions.qdoc
@@ -144,7 +144,7 @@
\macro QML_IMPLEMENTS_INTERFACES(interfaces)
\relates QQmlEngine
- This macro tells Qt which QML interfaces the class implements.
+ This macro tells Qt which QML \a interfaces the class implements.
This macro should only be used for interfacing with classes using \l QML_INTERFACE, use \l Q_INTERFACES otherwise.
It's required in order for declarative registration via \l QML_ELEMENT to function properly.