From 6d3aae3fb612071de42a2b6fb4087482b1e2ceb8 Mon Sep 17 00:00:00 2001
From: Jerome Pasion <jerome.pasion@digia.com>
Date: Wed, 3 Oct 2012 15:48:26 +0200
Subject: [PATCH] Doc: Cleaned up Qt Quick module's titles and added them to
 group

-'qmlmodules' group contains the QML APIs in Qt

Change-Id: I797e6ee0c9e643a92b9e16d476c93b34e79d67d8
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
---
 src/imports/localstorage/plugin.cpp               | 6 ++++--
 src/imports/window/plugin.cpp                     | 5 +++--
 src/imports/xmllistmodel/qqmlxmllistmodel.cpp     | 5 +++--
 src/quick/doc/src/concepts/effects/particles.qdoc | 8 ++++----
 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
-- 
GitLab