Doc: Cleaned up Qt Quick module's titles and added them to group
authorJerome Pasion <jerome.pasion@digia.com>
Wed, 3 Oct 2012 13:48:26 +0000 (15:48 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 4 Oct 2012 10:33:57 +0000 (12:33 +0200)
-'qmlmodules' group contains the QML APIs in Qt

Change-Id: I797e6ee0c9e643a92b9e16d476c93b34e79d67d8
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>

src/imports/localstorage/plugin.cpp
src/imports/window/plugin.cpp
src/imports/xmllistmodel/qqmlxmllistmodel.cpp
src/quick/doc/src/concepts/effects/particles.qdoc

index 86d14a8..dbb026e 100644 (file)
@@ -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.
 
index 647d14e..3500435 100644 (file)
@@ -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.
 
index dc7cc13..a7a2e22 100644 (file)
@@ -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.
 
index 3ec392c..0263996 100644 (file)
 ****************************************************************************/
 
 /*!
-  \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