aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-11-14 19:30:23 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-15 01:42:39 +0000
commit4d480fdc685af34af74819f79bdc40f525ffbf3d (patch)
treef143e8e5294c929ebed257eb4a19375b1858c6b3 /src
parent8f04af800d6d71d1e4bb7044107b90dd7f7764b2 (diff)
Doc: Fix \brief for color QML value type
The following \target line was interpreted as being part of the brief statement. Replace the \target with a \keyword which is better for linking to a topic (instead of a subsection) and move the command up in order not to clash with \brief. Change-Id: I37c1058955f94ba3f9d36fbb078810b9ffdfcf40 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 27d5f1b1335b31b4b26e882d853032fbf2b2df30) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/quick/doc/src/qmltypereference.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc
index 6ae95f3907..c856a42b8a 100644
--- a/src/quick/doc/src/qmltypereference.qdoc
+++ b/src/quick/doc/src/qmltypereference.qdoc
@@ -56,10 +56,10 @@ available when you import \c QtQuick.
*/
/*!
+ \keyword colorvaluetypedocs
\qmlvaluetype color
\ingroup qtquickvaluetypes
\brief an ARGB color value.
- \target colorvaluetypedocs
The \c color type refers to an ARGB color value. It can be specified in a number of ways: