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/global/qglobal.cpp | 3 +++ src/corelib/global/qlibraryinfo.cpp | 1 + src/corelib/global/qlogging.cpp | 2 ++ src/corelib/global/qtypeinfo.h | 1 + 4 files changed, 7 insertions(+) (limited to 'src/corelib/global') diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index b5d42b2c61..3dfed692e0 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -86,6 +86,7 @@ Q_CORE_EXPORT void *qMemSet(void *dest, int c, size_t n); /*! \class QFlag + \inmodule QtCore \brief The QFlag class is a helper data type for QFlags. It is equivalent to a plain \c int, except with respect to @@ -109,6 +110,7 @@ Q_CORE_EXPORT void *qMemSet(void *dest, int c, size_t n); /*! \class QFlags + \inmodule QtCore \brief The QFlags class provides a type-safe way of storing OR-combinations of enum values. @@ -878,6 +880,7 @@ bool qSharedBuild() /*! \class QSysInfo + \inmodule QtCore \brief The QSysInfo class provides information about the system. \list diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp index e957b22882..9391ff148d 100644 --- a/src/corelib/global/qlibraryinfo.cpp +++ b/src/corelib/global/qlibraryinfo.cpp @@ -166,6 +166,7 @@ QSettings *QLibraryInfoPrivate::findConfiguration() /*! \class QLibraryInfo + \inmodule QtCore \brief The QLibraryInfo class provides information about the Qt library. Many pieces of information are established when Qt is configured and built. diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp index 653fe2ddc8..ee9305a70f 100644 --- a/src/corelib/global/qlogging.cpp +++ b/src/corelib/global/qlogging.cpp @@ -60,6 +60,7 @@ QT_BEGIN_NAMESPACE /*! \class QMessageLogContext + \inmodule QtCore \relates \brief The QMessageLogContext class provides additional information about a log message. \since 5.0 @@ -72,6 +73,7 @@ QT_BEGIN_NAMESPACE /*! \class QMessageLogger + \inmodule QtCore \relates \brief The QMessageLogger class generates log messages. \since 5.0 diff --git a/src/corelib/global/qtypeinfo.h b/src/corelib/global/qtypeinfo.h index e8aa883c9d..efc82cbe25 100644 --- a/src/corelib/global/qtypeinfo.h +++ b/src/corelib/global/qtypeinfo.h @@ -99,6 +99,7 @@ public: /*! \class QTypeInfoMerger + \inmodule QtCore \internal \brief QTypeInfoMerger merges the QTypeInfo flags of T1, T2... and presents them -- cgit v1.2.3