aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qml/doc/src/tools/qtqml-tooling-qmllint.qdoc2
-rw-r--r--src/qml/doc/src/tools/qtqml-tooling-qmlls.qdoc4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/qml/doc/src/tools/qtqml-tooling-qmllint.qdoc b/src/qml/doc/src/tools/qtqml-tooling-qmllint.qdoc
index 3f13101d16..3bc0527fe4 100644
--- a/src/qml/doc/src/tools/qtqml-tooling-qmllint.qdoc
+++ b/src/qml/doc/src/tools/qtqml-tooling-qmllint.qdoc
@@ -37,6 +37,8 @@ qmllint warns about:
\li And many other things
\endlist
+See \l{QML Lint Warning and Errors} on how to fix qmllint warnings and errors.
+
\note In order for qmllint to work properly, it requires type information.
That information is provided by QML modules in the import paths.
The current directory, as well as the import paths for Qt's built-in types,
diff --git a/src/qml/doc/src/tools/qtqml-tooling-qmlls.qdoc b/src/qml/doc/src/tools/qtqml-tooling-qmlls.qdoc
index 9990afd9e9..db88323480 100644
--- a/src/qml/doc/src/tools/qtqml-tooling-qmlls.qdoc
+++ b/src/qml/doc/src/tools/qtqml-tooling-qmlls.qdoc
@@ -34,7 +34,9 @@ Currently, it enables your editor to:
\QMLLS can automatically lint opened QML files
and display warnings or errors straight in the editor. See
-\l{qmllint} for more information about the linting process.
+\l{qmllint} for more information about the linting process,
+and \l{QML Lint Warning and Errors} on how to fix warnings and
+errors.
\section2 Formatting