aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-31 09:59:32 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-31 12:40:14 +0200
commitc04de71f1804ee9cf468ad96d7000eee5bb30401 (patch)
tree905d981aa9033f543735044e2e51639381dac189 /src
parentb065961eeecf1e6a91ba8cfba635585124c90426 (diff)
Docs: fix warning from trying to link to "string" documentation
We don't document that type, only mention that we extend it with `arg`. Pick-to: 6.5 Change-Id: I4acf48bba2d2ed5d1bb6902615c6ba50bbf9feb7 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc b/src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc
index 4b7e30f554..c10497d409 100644
--- a/src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc
+++ b/src/qml/doc/src/qmllanguageref/typesystem/valuetypes.qdoc
@@ -221,7 +221,7 @@ property is only invoked when the property is reassigned to a different object v
The string value type is backed by the C++ type QString. It extends the
JavaScript String primitive type in that it provides much of the same API,
plus some extra methods. For example, the QML string value type method
- \l {String::arg} {arg()} supports value substitution:
+ \c {arg()} supports value substitution:
\qml
var message = "There are %1 items"