aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-03 15:48:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-04 12:33:57 +0200
commit6d3aae3fb612071de42a2b6fb4087482b1e2ceb8 (patch)
treed7d8e6a6b452c951cd7cc0e1cf681452e9ccc0a2 /src
parente20dae13601e01321ea8fd34309d6ecb3212d92b (diff)
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>
Diffstat (limited to 'src')
-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