From 7b39a06fab64feb985982392f8db2b52fcd321f0 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 23 Aug 2012 12:22:38 +0200 Subject: Doc: Add \inmodule QtCore to all QtCore class doc bodies Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e Reviewed-by: Casper van Donderen --- src/corelib/tools/qmap.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/corelib/tools/qmap.cpp') diff --git a/src/corelib/tools/qmap.cpp b/src/corelib/tools/qmap.cpp index a9d6694b4f..60cfae473d 100644 --- a/src/corelib/tools/qmap.cpp +++ b/src/corelib/tools/qmap.cpp @@ -363,6 +363,7 @@ void QMapDataBase::freeData(QMapDataBase *d) /*! \class QMap + \inmodule QtCore \brief The QMap class is a template class that provides a skip-list-based dictionary. \ingroup tools @@ -1022,6 +1023,7 @@ void QMapDataBase::freeData(QMapDataBase *d) /*! \class QMap::iterator + \inmodule QtCore \brief The QMap::iterator class provides an STL-style non-const iterator for QMap and QMultiMap. QMap features both \l{STL-style iterators} and \l{Java-style @@ -1264,6 +1266,7 @@ void QMapDataBase::freeData(QMapDataBase *d) */ /*! \class QMap::const_iterator + \inmodule QtCore \brief The QMap::const_iterator class provides an STL-style const iterator for QMap and QMultiMap. QMap features both \l{STL-style iterators} and \l{Java-style @@ -1498,6 +1501,7 @@ void QMapDataBase::freeData(QMapDataBase *d) */ /*! \class QMultiMap + \inmodule QtCore \brief The QMultiMap class is a convenience QMap subclass that provides multi-valued maps. \ingroup tools -- cgit v1.2.3