summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-12-18 15:56:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-20 16:48:36 +0100
commit84dbdc8db67991e8d9eb7825a2296a94f5812c66 (patch)
tree945e5e896a7f45839f8596b44c1a07092d9e7e86 /src
parent12775b817f4e9f9053b4ea677910dd4101971959 (diff)
Doc: Removed the \relates instances
QDoc supports \relates in the context of a function that relates to an existing class or a namespace, but not in the context of a class. We can use \sa to list the related classes or namespaces for a class instead. This change ensures that QDoc generates documentation for QMessageLogger and QMessageLogContext classes. Task-number: QTBUG-28468 Change-Id: I2242ab730fe5e3acf54b6fa65774e751d2daa7a4 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qlogging.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp
index e4ff7eece4..339cedb57e 100644
--- a/src/corelib/global/qlogging.cpp
+++ b/src/corelib/global/qlogging.cpp
@@ -83,7 +83,6 @@ static bool isFatal(QtMsgType msgType)
/*!
\class QMessageLogContext
\inmodule QtCore
- \relates <QtGlobal>
\brief The QMessageLogContext class provides additional information about a log message.
\since 5.0
@@ -96,7 +95,6 @@ static bool isFatal(QtMsgType msgType)
/*!
\class QMessageLogger
\inmodule QtCore
- \relates <QtGlobal>
\brief The QMessageLogger class generates log messages.
\since 5.0