Fix most qdoc errors for QMap
authorLars Knoll <lars.knoll@nokia.com>
Wed, 15 Aug 2012 21:12:07 +0000 (23:12 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 18 Aug 2012 06:34:53 +0000 (08:34 +0200)
Change-Id: I8cac3b63cab32c655f722aca467489730c3f0a42
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/tools/qmap.cpp

index d1f8222..a9d6694 100644 (file)
@@ -668,14 +668,8 @@ void QMapDataBase::freeData(QMapDataBase *d)
     \sa count(), QMultiMap::contains()
 */
 
-/*! \fn const T QMap::value(const Key &key) const
-
-*/
-
 /*! \fn const T QMap::value(const Key &key, const T &defaultValue) const
 
-    \overload
-
     Returns the value associated with the key \a key.
 
     If the map contains no item with key \a key, the function returns
@@ -1019,6 +1013,14 @@ void QMapDataBase::freeData(QMapDataBase *d)
     returning false.
 */
 
+/*!
+  \fn QPair<iterator, iterator> QMap::equal_range(const Key &key)
+
+  Returns a pair of iterators delimiting the range of values that
+  are stored under \a key.
+*/
+
+
 /*! \class QMap::iterator
     \brief The QMap::iterator class provides an STL-style non-const iterator for QMap and QMultiMap.
 
@@ -1083,11 +1085,6 @@ void QMapDataBase::freeData(QMapDataBase *d)
     \sa QMap::const_iterator, QMutableMapIterator
 */
 
-/*! \fn QMap::iterator::operator QMapData::Node *() const
-
-    \internal
-*/
-
 /*! \typedef QMap::iterator::difference_type
 
     \internal
@@ -1125,7 +1122,7 @@ void QMapDataBase::freeData(QMapDataBase *d)
     \sa QMap::begin(), QMap::end()
 */
 
-/*! \fn QMap::iterator::iterator(QMapData::Node *node)
+/*! \fn QMap::iterator::iterator(Node *)
 
     \internal
 */
@@ -1305,11 +1302,6 @@ void QMapDataBase::freeData(QMapDataBase *d)
     \sa QMap::iterator, QMapIterator
 */
 
-/*! \fn QMap::const_iterator::operator QMapData::Node *() const
-
-    \internal
-*/
-
 /*! \typedef QMap::const_iterator::difference_type
 
     \internal
@@ -1347,7 +1339,7 @@ void QMapDataBase::freeData(QMapDataBase *d)
     \sa QMap::constBegin(), QMap::constEnd()
 */
 
-/*! \fn QMap::const_iterator::const_iterator(QMapData::Node *node)
+/*! \fn QMap::const_iterator::const_iterator(const Node *)
 
     \internal
 */