summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-03 16:15:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-26 15:35:00 +0200
commit50e067e6a28cb6c08c55fdb78e3cfeb9c162ac79 (patch)
tree639325e8e7edabf02e92fee595aff91880b867db
parentf052ce48432fc0f5582bcee05a2309438e59c9a4 (diff)
Doc: Added JSON DB QML API to 'qmlmodules'
-also made the brief description consistent with other modules. Change-Id: I5d74175144b63f50d97e4b2ece00c3461c4a6086 Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com>
-rw-r--r--src/imports/jsondb/jsondatabase.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imports/jsondb/jsondatabase.cpp b/src/imports/jsondb/jsondatabase.cpp
index 174ba9ff..c234ba4f 100644
--- a/src/imports/jsondb/jsondatabase.cpp
+++ b/src/imports/jsondb/jsondatabase.cpp
@@ -55,6 +55,15 @@ QT_BEGIN_NAMESPACE_JSONDB
*/
/*!
+ \qmlmodule QtAddOn.JsonDb 1.0
+ \title JSON Database QML Types
+ \ingroup qmlmodules
+ \brief Provides QML types that communicate with a JSON database
+
+ These QML types provide an interface to a JSON database.
+*/
+
+/*!
\qmltype JsonDatabase
\instantiates JsonDatabase
\inqmlmodule QtJsonDb 1.0