aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@nokia.com>2012-05-18 15:19:55 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-24 15:41:16 +0200
commit6112c0f57177ee813271da54200a2d9f3ef20238 (patch)
treeb0cb10f46fb8c6b2b13516ab8e0e97c675b506a3 /src/imports
parentb13827d77e9a3d64a728036b3804638da62bbe40 (diff)
Doc: Sanitized QML types
-modified \brief -checked QML modules -added qml directory to the qdocconf file -added particles directory to the qdocconf file Change-Id: I589e32d3106cda37c7fa4d55a941afd9876fc2b2 Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/localstorage/plugin.cpp2
-rw-r--r--src/imports/testlib/signalspy.qdoc2
-rw-r--r--src/imports/testlib/testcase.qdoc2
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp
index ac007f2849..e3e9fa4cd3 100644
--- a/src/imports/localstorage/plugin.cpp
+++ b/src/imports/localstorage/plugin.cpp
@@ -456,7 +456,7 @@ through the data.
\inqmlmodule QtQuick.LocalStorage 2
\since QtQuick 2.0
- \brief The LocalStorage module API provides the ability to access local offline storage in an SQL database.
+ \brief Provides a JavaScript module API for accessing a local SQLite database
These databases are user-specific and QML-specific, but accessible to all QML applications.
They are stored in the \c Databases subdirectory
diff --git a/src/imports/testlib/signalspy.qdoc b/src/imports/testlib/signalspy.qdoc
index 504ab8de5e..743c0e2aed 100644
--- a/src/imports/testlib/signalspy.qdoc
+++ b/src/imports/testlib/signalspy.qdoc
@@ -41,7 +41,7 @@
/*!
\qmlclass SignalSpy SignalSpy
- \brief The SignalSpy item enables introspection of signal emission.
+ \brief Enables introspection of signal emission
\since 4.8
\ingroup qtest::qml
diff --git a/src/imports/testlib/testcase.qdoc b/src/imports/testlib/testcase.qdoc
index 29f7a2d287..3f47c237e2 100644
--- a/src/imports/testlib/testcase.qdoc
+++ b/src/imports/testlib/testcase.qdoc
@@ -41,7 +41,7 @@
/*!
\qmlclass TestCase TestCase
- \brief The TestCase item represents a unit test case.
+ \brief Represents a unit test case
\since 4.8
\ingroup qtest::qml
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index e95fd26f79..221fdaea42 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -72,7 +72,7 @@ typedef QPair<int, int> QQuickXmlListRange;
\qmlclass XmlRole QQuickXmlListModelRole
\inqmlmodule QtQuick 2
\ingroup qml-working-with-data
- \brief The XmlRole element allows you to specify a role for an XmlListModel.
+ \brief For specifying a role to an XmlListModel
\sa {QtQml}
*/
@@ -597,7 +597,7 @@ void QQuickXmlListModelPrivate::clear_role(QQmlListProperty<QQuickXmlListModelRo
\qmlclass XmlListModel QQuickXmlListModel
\inqmlmodule QtQuick 2
\ingroup qml-working-with-data
- \brief The XmlListModel element is used to specify a read-only model using XPath expressions.
+ \brief For specifying a read-only model using XPath expressions
To use this element, you will need to import the module with the following line: