diff options
author | Sami Shalayel <[email protected]> | 2024-01-16 17:11:14 +0100 |
---|---|---|
committer | Sami Shalayel <[email protected]> | 2024-02-27 10:54:32 +0100 |
commit | 247003ddbc985b1fe93484243178434a1354b8da (patch) | |
tree | 43fb928f92a35d6803747edca8ec05cfbe7b7867 /src/qmlcompiler/doc/qtqmlcompiler-index.qdoc | |
parent | 9dd8454f04778ce10a6ff91d1c22788443dc3e8c (diff) |
doc: change names of qmllint and qmlls pages
Make the names of the qmllint and qmlls pages unique by appending
"Reference". This is in-line with what we do in other places of the
documentation, see also the `Qt Creator Manual` page that is used to link
to `Qt Creator`
This fixes the problem of \l{QML Language Server} linking to a
subsection instead to linking to the `QML Language Server Reference`
page.
Task-number: QTBUG-121134
Pick-to: 6.7
Change-Id: I187042d1825d10ea59b5c3af96b8f5fdce10fa9b
Reviewed-by: Semih Yavuz <[email protected]>
Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/qmlcompiler/doc/qtqmlcompiler-index.qdoc')
-rw-r--r-- | src/qmlcompiler/doc/qtqmlcompiler-index.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qmlcompiler/doc/qtqmlcompiler-index.qdoc b/src/qmlcompiler/doc/qtqmlcompiler-index.qdoc index 03a2eafbbd..3de06d577e 100644 --- a/src/qmlcompiler/doc/qtqmlcompiler-index.qdoc +++ b/src/qmlcompiler/doc/qtqmlcompiler-index.qdoc @@ -7,7 +7,7 @@ \brief Provides tools for static analysis of QML code. The Qt QML Compiler module contains shared functionality needed by QML - tooling like the \l{Qt Quick Compiler} and \l{qmllint}. + tooling like the \l{Qt Quick Compiler} and \l{qmllint Reference}{qmllint}. It also provides the QQmlSA framework, which can be used to extend the built-in analysis capabilities of the tools. @@ -63,7 +63,7 @@ \section1 Examples The \l{QML Static Analysis Tutorial} shows how to use the \c{QQmlSA} - framework to create a custom \l{qmllint} pass. + framework to create a custom \l{qmllint Reference}{qmllint} pass. \section1 Reference @@ -73,8 +73,8 @@ \li QML tooling using the static analysis capabilities \list \li \l{QML script compiler} - \li \l{qmllint} - \li \l{QML Language Server} + \li \l{qmllint Reference}{qmllint} + \li \l{\QMLLS Reference}{\QMLLS} \li \l{QML type compiler} \endlist \endlist |