aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/localstorage/plugin.cpp6
-rw-r--r--src/imports/window/plugin.cpp5
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp5
-rw-r--r--src/quick/doc/src/concepts/effects/particles.qdoc8
4 files changed, 14 insertions, 10 deletions
diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp
index 86d14a843d..dbb026efc6 100644
--- a/src/imports/localstorage/plugin.cpp
+++ b/src/imports/localstorage/plugin.cpp
@@ -453,8 +453,10 @@ through the data.
/*!
\qmlmodule QtQuick.LocalStorage 2
- \title QML Module QtQuick.LocalStorage 2.0
- \brief Provides a JavaScript object singleton type for accessing a local SQLite database
+ \title Qt Quick Local Storage QML Types
+ \ingroup qmlmodules
+ \brief Provides a JavaScript object singleton type for accessing a local
+ SQLite database
This is a singleton type for reading and writing to SQLite databases.
diff --git a/src/imports/window/plugin.cpp b/src/imports/window/plugin.cpp
index 647d14e733..35004353f7 100644
--- a/src/imports/window/plugin.cpp
+++ b/src/imports/window/plugin.cpp
@@ -47,8 +47,9 @@ QT_BEGIN_NAMESPACE
/*!
\qmlmodule QtQuick.Window 2
- \title QML Module QtQuick.Window 2.0
- \brief Contains types for window management
+ \title Qt Quick Window QML Types
+ \ingroup qmlmodules
+ \brief Provides QML types for window management
This QML module contains types for creating top-level windows and accessing screen information.
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index dc7cc13ad6..a7a2e22d13 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -70,8 +70,9 @@ typedef QPair<int, int> QQuickXmlListRange;
/*!
\qmlmodule QtQuick.XmlListModel 2
- \title QML Module QtQuick.XmlListModel 2.0
- \brief Contains types for creating models from XML data
+ \title Qt Quick XmlListModel QML Types
+ \ingroup qmlmodules
+ \brief Provides QML types for creating models from XML data
This QML module contains types for creating models from XML data.
diff --git a/src/quick/doc/src/concepts/effects/particles.qdoc b/src/quick/doc/src/concepts/effects/particles.qdoc
index 3ec392c818..0263996a8a 100644
--- a/src/quick/doc/src/concepts/effects/particles.qdoc
+++ b/src/quick/doc/src/concepts/effects/particles.qdoc
@@ -26,10 +26,10 @@
****************************************************************************/
/*!
- \qmlmodule QtQuick.Particles 2
- \title QML Module QtQuick.Particles 2.0
-
- \brief Contains types for particle effects
+ \qmlmodule QtQuick.Particles 2
+ \title Qt Quick Particles QML Types
+ \ingroup qmlmodules
+ \brief Provides QML types for particle effects
This QML module contains a particle system for Qt Quick. To use these types, import the module with the following line:
\code