summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-23 12:22:38 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 13:22:23 +0200
commit7b39a06fab64feb985982392f8db2b52fcd321f0 (patch)
treefc48e8ec90a38d580444c2c2d53810c1295d5c6e /src/corelib/global
parentacc4c28ef7d73e870df78e30178ec43b8b6c39da (diff)
Doc: Add \inmodule QtCore to all QtCore class doc bodies
Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qglobal.cpp3
-rw-r--r--src/corelib/global/qlibraryinfo.cpp1
-rw-r--r--src/corelib/global/qlogging.cpp2
-rw-r--r--src/corelib/global/qtypeinfo.h1
4 files changed, 7 insertions, 0 deletions
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 <QtGlobal>
\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 <QtGlobal>
\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