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/qbitarray.cpp | 2 ++ src/corelib/tools/qbytearray.cpp | 1 + src/corelib/tools/qbytearraymatcher.cpp | 1 + src/corelib/tools/qcache.qdoc | 1 + src/corelib/tools/qchar.cpp | 2 ++ src/corelib/tools/qcollator.cpp | 1 + src/corelib/tools/qcontiguouscache.cpp | 1 + src/corelib/tools/qcryptographichash.cpp | 1 + src/corelib/tools/qdatetime.cpp | 3 +++ src/corelib/tools/qeasingcurve.cpp | 1 + src/corelib/tools/qelapsedtimer.cpp | 2 +- src/corelib/tools/qhash.cpp | 4 ++++ src/corelib/tools/qline.cpp | 2 ++ src/corelib/tools/qlinkedlist.cpp | 3 +++ src/corelib/tools/qlist.cpp | 3 +++ src/corelib/tools/qlocale.qdoc | 3 +++ src/corelib/tools/qmap.cpp | 4 ++++ src/corelib/tools/qmargins.cpp | 1 + src/corelib/tools/qpair.qdoc | 1 + src/corelib/tools/qpoint.cpp | 2 ++ src/corelib/tools/qqueue.cpp | 1 + src/corelib/tools/qrect.cpp | 2 ++ src/corelib/tools/qrefcount.cpp | 1 + src/corelib/tools/qregexp.cpp | 1 + src/corelib/tools/qregularexpression.cpp | 4 ++++ src/corelib/tools/qscopedpointer.cpp | 2 ++ src/corelib/tools/qscopedvaluerollback.cpp | 1 + src/corelib/tools/qset.qdoc | 3 +++ src/corelib/tools/qshareddata.cpp | 3 +++ src/corelib/tools/qsharedpointer.cpp | 2 ++ src/corelib/tools/qsize.cpp | 2 ++ src/corelib/tools/qstack.cpp | 1 + src/corelib/tools/qstring.cpp | 4 ++++ src/corelib/tools/qstringbuilder.cpp | 1 + src/corelib/tools/qstringlist.cpp | 1 + src/corelib/tools/qstringmatcher.cpp | 1 + src/corelib/tools/qtextboundaryfinder.cpp | 1 + src/corelib/tools/qtimeline.cpp | 1 + src/corelib/tools/qvarlengtharray.qdoc | 1 + src/corelib/tools/qvector.cpp | 1 + 40 files changed, 72 insertions(+), 1 deletion(-) (limited to 'src/corelib/tools') diff --git a/src/corelib/tools/qbitarray.cpp b/src/corelib/tools/qbitarray.cpp index 6d26d93508..c4f98cb703 100644 --- a/src/corelib/tools/qbitarray.cpp +++ b/src/corelib/tools/qbitarray.cpp @@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE /*! \class QBitArray + \inmodule QtCore \brief The QBitArray class provides an array of bits. \ingroup tools @@ -618,6 +619,7 @@ QBitArray operator^(const QBitArray &a1, const QBitArray &a2) /*! \class QBitRef + \inmodule QtCore \reentrant \brief The QBitRef class is an internal class, used with QBitArray. diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp index d93c51b7c1..952ce438c6 100644 --- a/src/corelib/tools/qbytearray.cpp +++ b/src/corelib/tools/qbytearray.cpp @@ -620,6 +620,7 @@ static inline char qToLower(char c) /*! \class QByteArray + \inmodule QtCore \brief The QByteArray class provides an array of bytes. \ingroup tools diff --git a/src/corelib/tools/qbytearraymatcher.cpp b/src/corelib/tools/qbytearraymatcher.cpp index 17ae2cbe88..3d39b8526a 100644 --- a/src/corelib/tools/qbytearraymatcher.cpp +++ b/src/corelib/tools/qbytearraymatcher.cpp @@ -90,6 +90,7 @@ static inline int bm_find(const uchar *cc, int l, int index, const uchar *puc, u } /*! \class QByteArrayMatcher + \inmodule QtCore \brief The QByteArrayMatcher class holds a sequence of bytes that can be quickly matched in a byte array. diff --git a/src/corelib/tools/qcache.qdoc b/src/corelib/tools/qcache.qdoc index 86eec28e4b..d8ef1f75c0 100644 --- a/src/corelib/tools/qcache.qdoc +++ b/src/corelib/tools/qcache.qdoc @@ -27,6 +27,7 @@ /*! \class QCache + \inmodule QtCore \brief The QCache class is a template class that provides a cache. \ingroup tools diff --git a/src/corelib/tools/qchar.cpp b/src/corelib/tools/qchar.cpp index 04f603495f..02261b962b 100644 --- a/src/corelib/tools/qchar.cpp +++ b/src/corelib/tools/qchar.cpp @@ -60,6 +60,7 @@ QT_BEGIN_NAMESPACE /*! \class QLatin1Char + \inmodule QtCore \brief The QLatin1Char class provides an 8-bit ASCII/Latin-1 character. \ingroup string-processing @@ -91,6 +92,7 @@ QT_BEGIN_NAMESPACE /*! \class QChar + \inmodule QtCore \brief The QChar class provides a 16-bit Unicode character. \ingroup string-processing diff --git a/src/corelib/tools/qcollator.cpp b/src/corelib/tools/qcollator.cpp index 81906773d7..ddde9d9a79 100644 --- a/src/corelib/tools/qcollator.cpp +++ b/src/corelib/tools/qcollator.cpp @@ -114,6 +114,7 @@ static const char * const collationStrings[collationStringsCount] = { /*! \class QCollator + \inmodule QtCore \brief The QCollator class compares strings according to a localized collation algorithm. \internal diff --git a/src/corelib/tools/qcontiguouscache.cpp b/src/corelib/tools/qcontiguouscache.cpp index 719ca2f4da..0953f8171e 100644 --- a/src/corelib/tools/qcontiguouscache.cpp +++ b/src/corelib/tools/qcontiguouscache.cpp @@ -67,6 +67,7 @@ void QContiguousCacheData::freeData(QContiguousCacheData *data) } /*! \class QContiguousCache + \inmodule QtCore \brief The QContiguousCache class is a template class that provides a contiguous cache. \ingroup tools \ingroup shared diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp index 5b6f1b9a3d..e39e55fe11 100644 --- a/src/corelib/tools/qcryptographichash.cpp +++ b/src/corelib/tools/qcryptographichash.cpp @@ -121,6 +121,7 @@ public: /*! \class QCryptographicHash + \inmodule QtCore \brief The QCryptographicHash class provides a way to generate cryptographic hashes. diff --git a/src/corelib/tools/qdatetime.cpp b/src/corelib/tools/qdatetime.cpp index fe5389514b..62582d9212 100644 --- a/src/corelib/tools/qdatetime.cpp +++ b/src/corelib/tools/qdatetime.cpp @@ -168,6 +168,7 @@ static QString fmtDateTime(const QString& f, const QTime* dt = 0, const QDate* d /*! \class QDate + \inmodule QtCore \reentrant \brief The QDate class provides date functions. @@ -1322,6 +1323,7 @@ bool QDate::isLeapYear(int y) /*! \class QTime + \inmodule QtCore \reentrant \brief The QTime class provides clock time functions. @@ -2045,6 +2047,7 @@ int QTime::elapsed() const /*! \class QDateTime + \inmodule QtCore \reentrant \brief The QDateTime class provides date and time functions. diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp index db2ee61c14..9a27c18ce6 100644 --- a/src/corelib/tools/qeasingcurve.cpp +++ b/src/corelib/tools/qeasingcurve.cpp @@ -53,6 +53,7 @@ /*! \class QEasingCurve + \inmodule QtCore \since 4.6 \ingroup animation \caption The QEasingCurve class provides easing curves for controlling animation. diff --git a/src/corelib/tools/qelapsedtimer.cpp b/src/corelib/tools/qelapsedtimer.cpp index 00a2f0a765..62e51bc75f 100644 --- a/src/corelib/tools/qelapsedtimer.cpp +++ b/src/corelib/tools/qelapsedtimer.cpp @@ -45,12 +45,12 @@ QT_BEGIN_NAMESPACE /*! \class QElapsedTimer + \inmodule QtCore \brief The QElapsedTimer class provides a fast way to calculate elapsed times. \since 4.7 \reentrant \ingroup tools - \inmodule QtCore The QElapsedTimer class is usually used to quickly calculate how much time has elapsed between two events. Its API is similar to that of QTime, diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp index d8169a647b..7bbf3678ea 100644 --- a/src/corelib/tools/qhash.cpp +++ b/src/corelib/tools/qhash.cpp @@ -708,6 +708,7 @@ void QHashData::checkSanity() /*! \class QHash + \inmodule QtCore \brief The QHash class is a template class that provides a hash-table-based dictionary. \ingroup tools @@ -1482,6 +1483,7 @@ void QHashData::checkSanity() */ /*! \class QHash::iterator + \inmodule QtCore \brief The QHash::iterator class provides an STL-style non-const iterator for QHash and QMultiHash. QHash features both \l{STL-style iterators} and \l{Java-style @@ -1707,6 +1709,7 @@ void QHashData::checkSanity() */ /*! \class QHash::const_iterator + \inmodule QtCore \brief The QHash::const_iterator class provides an STL-style const iterator for QHash and QMultiHash. QHash features both \l{STL-style iterators} and \l{Java-style @@ -1918,6 +1921,7 @@ void QHashData::checkSanity() */ /*! \class QMultiHash + \inmodule QtCore \brief The QMultiHash class is a convenience QHash subclass that provides multi-valued hashes. \ingroup tools diff --git a/src/corelib/tools/qline.cpp b/src/corelib/tools/qline.cpp index 39ec0ed97c..07c9adf2e7 100644 --- a/src/corelib/tools/qline.cpp +++ b/src/corelib/tools/qline.cpp @@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE /*! \class QLine + \inmodule QtCore \ingroup painting \brief The QLine class provides a two-dimensional vector using @@ -309,6 +310,7 @@ QDataStream &operator>>(QDataStream &stream, QLine &line) /*! \class QLineF + \inmodule QtCore \ingroup painting \brief The QLineF class provides a two-dimensional vector using diff --git a/src/corelib/tools/qlinkedlist.cpp b/src/corelib/tools/qlinkedlist.cpp index 46f5b7c2df..e1191e5413 100644 --- a/src/corelib/tools/qlinkedlist.cpp +++ b/src/corelib/tools/qlinkedlist.cpp @@ -50,6 +50,7 @@ const QLinkedListData QLinkedListData::shared_null = { }; /*! \class QLinkedList + \inmodule QtCore \brief The QLinkedList class is a template class that provides linked lists. \ingroup tools @@ -612,6 +613,7 @@ const QLinkedListData QLinkedListData::shared_null = { */ /*! \class QLinkedList::iterator + \inmodule QtCore \brief The QLinkedList::iterator class provides an STL-style non-const iterator for QLinkedList. QLinkedList features both \l{STL-style iterators} and @@ -846,6 +848,7 @@ const QLinkedListData QLinkedListData::shared_null = { */ /*! \class QLinkedList::const_iterator + \inmodule QtCore \brief The QLinkedList::const_iterator class provides an STL-style const iterator for QLinkedList. QLinkedList features both \l{STL-style iterators} and diff --git a/src/corelib/tools/qlist.cpp b/src/corelib/tools/qlist.cpp index ad33010faf..3ffd5fbed3 100644 --- a/src/corelib/tools/qlist.cpp +++ b/src/corelib/tools/qlist.cpp @@ -329,6 +329,7 @@ void **QListData::erase(void **xi) } /*! \class QList + \inmodule QtCore \brief The QList class is a template class that provides lists. \ingroup tools @@ -1221,6 +1222,7 @@ void **QListData::erase(void **xi) */ /*! \class QList::iterator + \inmodule QtCore \brief The QList::iterator class provides an STL-style non-const iterator for QList and QQueue. QList features both \l{STL-style iterators} and \l{Java-style @@ -1477,6 +1479,7 @@ void **QListData::erase(void **xi) */ /*! \class QList::const_iterator + \inmodule QtCore \brief The QList::const_iterator class provides an STL-style const iterator for QList and QQueue. QList provides both \l{STL-style iterators} and \l{Java-style diff --git a/src/corelib/tools/qlocale.qdoc b/src/corelib/tools/qlocale.qdoc index daf248743d..17e91998d0 100644 --- a/src/corelib/tools/qlocale.qdoc +++ b/src/corelib/tools/qlocale.qdoc @@ -27,6 +27,7 @@ /*! \class QLocale + \inmodule QtCore \brief The QLocale class converts between numbers and their string representations in various languages. @@ -714,6 +715,7 @@ /*! \internal \class QSystemLocale + \inmodule QtCore \brief The QSystemLocale class can be used to finetune the system locale of the user. \since 4.2 @@ -794,6 +796,7 @@ /*! \class QSystemLocale::CurrencyToStringArgument + \inmodule QtCore A helper class that provides arguments for the QSystemLocale::query() function with query type QSystemLocale::CurrencyToString. 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 diff --git a/src/corelib/tools/qmargins.cpp b/src/corelib/tools/qmargins.cpp index f31674674a..788c57e8af 100644 --- a/src/corelib/tools/qmargins.cpp +++ b/src/corelib/tools/qmargins.cpp @@ -47,6 +47,7 @@ QT_BEGIN_NAMESPACE /*! \class QMargins + \inmodule QtCore \ingroup painting \since 4.6 diff --git a/src/corelib/tools/qpair.qdoc b/src/corelib/tools/qpair.qdoc index ddaf82497e..03b7d54de6 100644 --- a/src/corelib/tools/qpair.qdoc +++ b/src/corelib/tools/qpair.qdoc @@ -27,6 +27,7 @@ /*! \class QPair + \inmodule QtCore \brief The QPair class is a template class that stores a pair of items. \ingroup tools diff --git a/src/corelib/tools/qpoint.cpp b/src/corelib/tools/qpoint.cpp index 785e255db5..935662a968 100644 --- a/src/corelib/tools/qpoint.cpp +++ b/src/corelib/tools/qpoint.cpp @@ -47,6 +47,7 @@ QT_BEGIN_NAMESPACE /*! \class QPoint + \inmodule QtCore \ingroup painting \brief The QPoint class defines a point in the plane using integer @@ -455,6 +456,7 @@ QDebug operator<<(QDebug d, const QPointF &p) /*! \class QPointF + \inmodule QtCore \ingroup painting \brief The QPointF class defines a point in the plane using diff --git a/src/corelib/tools/qqueue.cpp b/src/corelib/tools/qqueue.cpp index c5aa4c6bad..28795c309e 100644 --- a/src/corelib/tools/qqueue.cpp +++ b/src/corelib/tools/qqueue.cpp @@ -41,6 +41,7 @@ /*! \class QQueue + \inmodule QtCore \brief The QQueue class is a generic container that provides a queue. \ingroup tools diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp index c14a4c9a63..9d818994bc 100644 --- a/src/corelib/tools/qrect.cpp +++ b/src/corelib/tools/qrect.cpp @@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE /*! \class QRect + \inmodule QtCore \ingroup painting \brief The QRect class defines a rectangle in the plane using @@ -1219,6 +1220,7 @@ QDebug operator<<(QDebug dbg, const QRect &r) { /*! \class QRectF + \inmodule QtCore \ingroup painting \brief The QRectF class defines a rectangle in the plane using floating diff --git a/src/corelib/tools/qrefcount.cpp b/src/corelib/tools/qrefcount.cpp index 24cfedb5db..3a5eb9e455 100644 --- a/src/corelib/tools/qrefcount.cpp +++ b/src/corelib/tools/qrefcount.cpp @@ -41,6 +41,7 @@ /*! \class QtPrivate::RefCount + \inmodule QtCore \internal QRefCount implements atomic ref counting for Qt's shared classes. It behaves very similar diff --git a/src/corelib/tools/qregexp.cpp b/src/corelib/tools/qregexp.cpp index 0f3b67d16a..7cc405c29e 100644 --- a/src/corelib/tools/qregexp.cpp +++ b/src/corelib/tools/qregexp.cpp @@ -78,6 +78,7 @@ int qFindString(const QChar *haystack, int haystackLen, int from, /*! \class QRegExp + \inmodule QtCore \reentrant \brief The QRegExp class provides pattern matching using regular expressions. diff --git a/src/corelib/tools/qregularexpression.cpp b/src/corelib/tools/qregularexpression.cpp index e138fd543b..034f2b8bae 100644 --- a/src/corelib/tools/qregularexpression.cpp +++ b/src/corelib/tools/qregularexpression.cpp @@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE /*! \class QRegularExpression + \inmodule QtCore \reentrant \brief The QRegularExpression class provides pattern matching using regular @@ -540,6 +541,7 @@ QT_BEGIN_NAMESPACE /*! \class QRegularExpressionMatch + \inmodule QtCore \reentrant \brief The QRegularExpressionMatch class provides the results of a matching @@ -591,6 +593,7 @@ QT_BEGIN_NAMESPACE /*! \class QRegularExpressionMatchIterator + \inmodule QtCore \reentrant \brief The QRegularExpressionMatchIterator class provides an iterator on @@ -1006,6 +1009,7 @@ void QRegularExpressionPrivate::getPatternInfo() /*! \class QPcreJitStackPointer + \inmodule QtCore \internal Simple "smartpointer" wrapper around a pcre_jit_stack, to be used with diff --git a/src/corelib/tools/qscopedpointer.cpp b/src/corelib/tools/qscopedpointer.cpp index bf2cac453b..85be5092e4 100644 --- a/src/corelib/tools/qscopedpointer.cpp +++ b/src/corelib/tools/qscopedpointer.cpp @@ -45,6 +45,7 @@ QT_BEGIN_NAMESPACE /*! \class QScopedPointer + \inmodule QtCore \brief The QScopedPointer class stores a pointer to a dynamically allocated object, and deletes it upon destruction. \since 4.6 \reentrant @@ -227,6 +228,7 @@ QT_BEGIN_NAMESPACE /*! \class QScopedArrayPointer + \inmodule QtCore \brief The QScopedArrayPointer class stores a pointer to a dynamically allocated array of objects, and deletes it upon diff --git a/src/corelib/tools/qscopedvaluerollback.cpp b/src/corelib/tools/qscopedvaluerollback.cpp index 9cbdb4c6ec..326da91188 100644 --- a/src/corelib/tools/qscopedvaluerollback.cpp +++ b/src/corelib/tools/qscopedvaluerollback.cpp @@ -45,6 +45,7 @@ QT_BEGIN_NAMESPACE /*! \class QScopedValueRollback + \inmodule QtCore \brief The QScopedValueRollback class resets a variable to its previous value on destruction. \since 4.8 \ingroup misc diff --git a/src/corelib/tools/qset.qdoc b/src/corelib/tools/qset.qdoc index e6b653d9d0..e082e1a4d2 100644 --- a/src/corelib/tools/qset.qdoc +++ b/src/corelib/tools/qset.qdoc @@ -27,6 +27,7 @@ /*! \class QSet + \inmodule QtCore \brief The QSet class is a template class that provides a hash-table-based set. \ingroup tools @@ -590,6 +591,7 @@ /*! \class QSet::iterator + \inmodule QtCore \since 4.2 \brief The QSet::iterator class provides an STL-style non-const iterator for QSet. @@ -639,6 +641,7 @@ /*! \class QSet::const_iterator + \inmodule QtCore \brief The QSet::const_iterator class provides an STL-style const iterator for QSet. \since 4.2 diff --git a/src/corelib/tools/qshareddata.cpp b/src/corelib/tools/qshareddata.cpp index 4c33bebd7b..dddb6df3b3 100644 --- a/src/corelib/tools/qshareddata.cpp +++ b/src/corelib/tools/qshareddata.cpp @@ -45,6 +45,7 @@ QT_BEGIN_NAMESPACE /*! \class QSharedData + \inmodule QtCore \brief The QSharedData class is a base class for shared data objects. \reentrant @@ -67,6 +68,7 @@ QT_BEGIN_NAMESPACE /*! \class QSharedDataPointer + \inmodule QtCore \brief The QSharedDataPointer class represents a pointer to an implicitly shared object. \since 4.0 \reentrant @@ -387,6 +389,7 @@ QT_BEGIN_NAMESPACE /*! \class QExplicitlySharedDataPointer + \inmodule QtCore \brief The QExplicitlySharedDataPointer class represents a pointer to an explicitly shared object. \since 4.4 \reentrant diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp index 673b90c99a..a45933c2f0 100644 --- a/src/corelib/tools/qsharedpointer.cpp +++ b/src/corelib/tools/qsharedpointer.cpp @@ -46,6 +46,7 @@ /*! \class QSharedPointer + \inmodule QtCore \brief The QSharedPointer class holds a strong reference to a shared pointer \since 4.5 @@ -314,6 +315,7 @@ /*! \class QWeakPointer + \inmodule QtCore \brief The QWeakPointer class holds a weak reference to a shared pointer \since 4.5 \reentrant diff --git a/src/corelib/tools/qsize.cpp b/src/corelib/tools/qsize.cpp index b4b99d26ff..3cefb2dfcc 100644 --- a/src/corelib/tools/qsize.cpp +++ b/src/corelib/tools/qsize.cpp @@ -47,6 +47,7 @@ QT_BEGIN_NAMESPACE /*! \class QSize + \inmodule QtCore \ingroup painting \brief The QSize class defines the size of a two-dimensional @@ -451,6 +452,7 @@ QDebug operator<<(QDebug dbg, const QSize &s) { /*! \class QSizeF + \inmodule QtCore \brief The QSizeF class defines the size of a two-dimensional object using floating point precision. diff --git a/src/corelib/tools/qstack.cpp b/src/corelib/tools/qstack.cpp index 359705887e..2bdcdcfc8a 100644 --- a/src/corelib/tools/qstack.cpp +++ b/src/corelib/tools/qstack.cpp @@ -41,6 +41,7 @@ /*! \class QStack + \inmodule QtCore \brief The QStack class is a template class that provides a stack. \ingroup tools diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index 6b47d6a55a..f4240e964f 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -402,6 +402,7 @@ const QString::Null QString::null = { }; /*! \class QCharRef + \inmodule QtCore \reentrant \brief The QCharRef class is a helper class for QString. @@ -423,6 +424,7 @@ const QString::Null QString::null = { }; /*! \class QString + \inmodule QtCore \reentrant \brief The QString class provides a Unicode character string. @@ -7451,6 +7453,7 @@ QString &QString::setRawData(const QChar *unicode, int size) } /*! \class QLatin1String + \inmodule QtCore \brief The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal. \ingroup string-processing @@ -7841,6 +7844,7 @@ QDataStream &operator>>(QDataStream &in, QString &str) /*! \class QStringRef + \inmodule QtCore \since 4.3 \brief The QStringRef class provides a thin wrapper around QString substrings. \reentrant diff --git a/src/corelib/tools/qstringbuilder.cpp b/src/corelib/tools/qstringbuilder.cpp index 1696c5694a..2a05e83df9 100644 --- a/src/corelib/tools/qstringbuilder.cpp +++ b/src/corelib/tools/qstringbuilder.cpp @@ -46,6 +46,7 @@ QT_BEGIN_NAMESPACE /*! \class QStringBuilder + \inmodule QtCore \internal \reentrant \since 4.6 diff --git a/src/corelib/tools/qstringlist.cpp b/src/corelib/tools/qstringlist.cpp index 0b0aeb50c0..0f06ad651f 100644 --- a/src/corelib/tools/qstringlist.cpp +++ b/src/corelib/tools/qstringlist.cpp @@ -73,6 +73,7 @@ QT_BEGIN_NAMESPACE /*! \class QStringList + \inmodule QtCore \brief The QStringList class provides a list of strings. \ingroup tools diff --git a/src/corelib/tools/qstringmatcher.cpp b/src/corelib/tools/qstringmatcher.cpp index 382d2e9411..49dda80f05 100644 --- a/src/corelib/tools/qstringmatcher.cpp +++ b/src/corelib/tools/qstringmatcher.cpp @@ -124,6 +124,7 @@ static inline int bm_find(const ushort *uc, uint l, int index, const ushort *puc /*! \class QStringMatcher + \inmodule QtCore \brief The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string. diff --git a/src/corelib/tools/qtextboundaryfinder.cpp b/src/corelib/tools/qtextboundaryfinder.cpp index fd011377eb..c3d44da042 100644 --- a/src/corelib/tools/qtextboundaryfinder.cpp +++ b/src/corelib/tools/qtextboundaryfinder.cpp @@ -106,6 +106,7 @@ static void init(QTextBoundaryFinder::BoundaryType type, const QChar *chars, int /*! \class QTextBoundaryFinder + \inmodule QtCore \brief The QTextBoundaryFinder class provides a way of finding Unicode text boundaries in a string. diff --git a/src/corelib/tools/qtimeline.cpp b/src/corelib/tools/qtimeline.cpp index 0c1ed4de84..164061a685 100644 --- a/src/corelib/tools/qtimeline.cpp +++ b/src/corelib/tools/qtimeline.cpp @@ -163,6 +163,7 @@ void QTimeLinePrivate::setCurrentTime(int msecs) /*! \class QTimeLine + \inmodule QtCore \brief The QTimeLine class provides a timeline for controlling animations. \since 4.2 \ingroup animation diff --git a/src/corelib/tools/qvarlengtharray.qdoc b/src/corelib/tools/qvarlengtharray.qdoc index 819b9c6f50..fbd984e62b 100644 --- a/src/corelib/tools/qvarlengtharray.qdoc +++ b/src/corelib/tools/qvarlengtharray.qdoc @@ -27,6 +27,7 @@ /*! \class QVarLengthArray + \inmodule QtCore \brief The QVarLengthArray class provides a low-level variable-length array. \ingroup tools diff --git a/src/corelib/tools/qvector.cpp b/src/corelib/tools/qvector.cpp index e61c87f13c..0d3cbb9f3d 100644 --- a/src/corelib/tools/qvector.cpp +++ b/src/corelib/tools/qvector.cpp @@ -41,6 +41,7 @@ /*! \class QVector + \inmodule QtCore \brief The QVector class is a template class that provides a dynamic array. \ingroup tools -- cgit v1.2.3