aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-06-28 11:54:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-28 22:10:17 +0000
commit01ed8d8cdfc8150c3fcfbdb2a23aaebf309696a7 (patch)
tree64f426ff2269ef9599fa9b162b4a8b6d9209f598
parent050aee3bd2a0bdb4fe5313c818af033ad5b82fde (diff)
Doc: Add \keyword to qmltc, qmlsc
This ensures that links to 'qmltc' and 'qmlsc' will go to their respective overview pages and not to section titles. Change-Id: Ided7ef7729d5474b11cd482562c05cc1debdf24d Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit ad6ac120b4ef2d240faa053de14d025ca41cc105) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qml/doc/src/qtqml-tool-qmlsc.qdoc1
-rw-r--r--src/qml/doc/src/qtqml-tool-qmltc.qdoc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/doc/src/qtqml-tool-qmlsc.qdoc b/src/qml/doc/src/qtqml-tool-qmlsc.qdoc
index cd76bf82ea..25c9cb0dab 100644
--- a/src/qml/doc/src/qtqml-tool-qmlsc.qdoc
+++ b/src/qml/doc/src/qtqml-tool-qmlsc.qdoc
@@ -5,6 +5,7 @@
\page qtqml-tool-qmlsc.html
\title QML Script Compiler
\brief A tool to compile functions and expressions in QML.
+\keyword qmlsc
The QML Script Compiler will compile functions and expressions in QML files of an
application into C++ code within limitations set by the nature of JavaScript.
diff --git a/src/qml/doc/src/qtqml-tool-qmltc.qdoc b/src/qml/doc/src/qtqml-tool-qmltc.qdoc
index 94ea4aec34..3c47df04e0 100644
--- a/src/qml/doc/src/qtqml-tool-qmltc.qdoc
+++ b/src/qml/doc/src/qtqml-tool-qmltc.qdoc
@@ -5,6 +5,7 @@
\page qtqml-tool-qmltc.html
\title QML Type Compiler
\brief A tool to compile QML types to C++ ahead of time.
+\keyword qmltc
The QML Type Compiler, \c qmltc, is a tool shipped with Qt to translate QML
types into C++ types that are \e{ahead-of-time} compiled as part of the user