aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qtqml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/qtqml.qdoc')
-rw-r--r--src/qml/doc/src/qtqml.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/qml/doc/src/qtqml.qdoc b/src/qml/doc/src/qtqml.qdoc
index c7a1390d8f..2bffeecdb6 100644
--- a/src/qml/doc/src/qtqml.qdoc
+++ b/src/qml/doc/src/qtqml.qdoc
@@ -4,13 +4,14 @@
/*!
\page qtqml-index.html
\title Qt Qml
-\brief The Qt Qml module implements the QML language and offers APIs to register types for it
+\brief The Qt Qml module implements the QML language and offers APIs to register
+ types for it.
The Qt Qml module provides a framework for developing applications and libraries
with the \l{The QML Reference}{QML language}. It defines and implements the
language and engine infrastructure, and provides an API to enable application
-developers to \l{Registering Types and Modules}{register} custom QML types and
-modules and integrate QML code with JavaScript and C++. The Qt Qml module
+developers to \l{Registering QML Types and QML Modules}{register} custom QML types
+and modules and integrate QML code with JavaScript and C++. The Qt Qml module
provides both a \l{Qt QML QML Types}{QML API} and a
\l{Qt Qml C++ Classes}{C++ API}.