aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-12-06 09:52:20 +0100
committerTopi Reinio <topi.reinio@qt.io>2021-12-06 11:32:45 +0100
commit2124d2dd1af17b06100fb7c505950470888c5792 (patch)
tree20c030f347bf9a34f3eac7c2eb402ad38d604779 /src/qml/doc/src
parent18da655b77de70273e1aad7b9c2c4be74f5de91e (diff)
Doc: Fix documentation warnings
Fix warnings related to the introduction of the TreeView QML type, as well as other minor issues. Change-Id: Icdcb61b4de0144ca426b1ab5a17ddc0ddc523773 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/qml/doc/src')
-rw-r--r--src/qml/doc/src/cmake/qt_add_qml_module.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
index 49d85f8f42..38122b46d7 100644
--- a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
+++ b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
@@ -284,7 +284,7 @@ provided as a convenience.
If a QML module has \c{.qml} files which provide singleton types, these files
need to have their \c QT_QML_SINGLETON_TYPE source property set to \c TRUE, to
-ensure that the \singleton command is written into the
+ensure that the \c singleton command is written into the
\l{Module Definition qmldir Files}{qmldir} file. This must be done in addition
to the QML file containing the \c {pragma Singleton} statement.