Fix some qdoc errors in the QJson* classes
Change-Id: If475655445afdba307508c5a3863c4bc8d87ebe6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
0e59c75e7c
commit
72e2fc6bb6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -630,6 +630,10 @@ QJsonObject::const_iterator QJsonObject::constFind(const QString &key) const
|
|||
\sa QJsonObject::begin(), QJsonObject::end()
|
||||
*/
|
||||
|
||||
/*! \fn QJsonObject::iterator::iterator(QJsonObject *obj, int index)
|
||||
\internal
|
||||
*/
|
||||
|
||||
/*! \fn QString QJsonObject::iterator::key() const
|
||||
|
||||
Returns the current item's key.
|
||||
|
|
@ -820,6 +824,10 @@ QJsonObject::const_iterator QJsonObject::constFind(const QString &key) const
|
|||
\sa QJsonObject::constBegin(), QJsonObject::constEnd()
|
||||
*/
|
||||
|
||||
/*! \fn QJsonObject::const_iterator::const_iterator(const QJsonObject *obj, int index)
|
||||
\internal
|
||||
*/
|
||||
|
||||
/*! \fn QJsonObject::const_iterator::const_iterator(const iterator &other)
|
||||
|
||||
Constructs a copy of \a other.
|
||||
|
|
|
|||
Loading…
Reference in New Issue