aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
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 16:50:42 +0100
commit53bf4c685873d6d4ad71e90c1ec5e2d5c37d46e4 (patch)
tree4f2fea23a321a69f7c45188dd0cd650c2abd42ad /src/qml
parentc74cb3b2492299bd9c8ffd95aed992667079521f (diff)
Fix qdoc warning, document macro parameter
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> (cherry picked from commit e070e571d184b4f6eb1f065009aac0779d004f29)
Diffstat (limited to 'src/qml')
-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.