summaryrefslogtreecommitdiffstats
path: root/src/corelib/json/qjsonarray.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-08-16 18:58:00 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-20 10:22:38 +0200
commit72e2fc6bb68cdeeb1b895c7d18699aa02a9ac593 (patch)
treefa61ee77a620e0cab7aa168ef03459f007d22317 /src/corelib/json/qjsonarray.cpp
parent0e59c75e7c475f5fa63f653a38e44aee757e929b (diff)
Fix some qdoc errors in the QJson* classes
Change-Id: If475655445afdba307508c5a3863c4bc8d87ebe6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/json/qjsonarray.cpp')
-rw-r--r--src/corelib/json/qjsonarray.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/json/qjsonarray.cpp b/src/corelib/json/qjsonarray.cpp
index 6c4cfe17ca..365240d4c2 100644
--- a/src/corelib/json/qjsonarray.cpp
+++ b/src/corelib/json/qjsonarray.cpp
@@ -672,6 +672,10 @@ bool QJsonArray::operator!=(const QJsonArray &other) const
\sa QJsonArray::begin(), QJsonArray::end()
*/
+/*! \fn QJsonArray::iterator::iterator(QJsonArray *array, int index)
+ \internal
+*/
+
/*! \fn QJsonValueRef QJsonArray::iterator::operator*() const
Returns a modifiable reference to the current item.
@@ -869,6 +873,10 @@ bool QJsonArray::operator!=(const QJsonArray &other) const
\sa QJsonArray::constBegin(), QJsonArray::constEnd()
*/
+/*! \fn QJsonArray::const_iterator::const_iterator(const QJsonArray *array, int index)
+ \internal
+*/
+
/*! \typedef QJsonArray::const_iterator::iterator_category
A synonym for \e {std::random_access_iterator_tag} indicating