aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-08-30 14:38:29 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-31 11:51:37 +0000
commitf0dfef320fc08ef976c92d16333c2908b9526103 (patch)
treeaf720e1df2248524498c318a5cc60d4b8c52f8ed
parentda8e94e2445a45b9a880d23a602f29b2e1158ace (diff)
Doc: Fix broken link
This fix resolves the following qdoc warning: (qdoc) warning: Can't link to 'Limitations when compiling JavaScript' Change-Id: I76a3cb6188719bd7a893b4744a23c49a0e632015 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 751767d5ca31789ba73a29d815af25e0076e2f64) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qml/doc/src/qtqml-qtquick-compiler-tech.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qtqml-qtquick-compiler-tech.qdoc b/src/qml/doc/src/qtqml-qtquick-compiler-tech.qdoc
index 0ee36d0c3b..3631a85b5f 100644
--- a/src/qml/doc/src/qtqml-qtquick-compiler-tech.qdoc
+++ b/src/qml/doc/src/qtqml-qtquick-compiler-tech.qdoc
@@ -67,7 +67,7 @@ involved type analysis can be performed. Therefore, the generated C++ code
is generally more efficient than the result of the JIT compilation.
There are limitations on what JavaScript constructs can be compiled to C++.
-For more information see \l {Limitations when compiling JavaScript}.
+For more information, see \l {Limitations when compiling JavaScript to C++}.
\e{qmlsc} will be used instead of \e{qmlcachegen} if the Qt Quick Compiler
Extensions are installed. It has the following additional features over