From 3be5b779ffd96c40b5bd790ac9275e219fb93f7b Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 17 Jul 2012 10:45:55 +0200 Subject: documentation fixes --- src/base/QXmppArchiveIq.h | 4 ++-- src/base/QXmppResultSet.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/base') diff --git a/src/base/QXmppArchiveIq.h b/src/base/QXmppArchiveIq.h index 1fe0491a..9e22bf71 100644 --- a/src/base/QXmppArchiveIq.h +++ b/src/base/QXmppArchiveIq.h @@ -32,7 +32,7 @@ class QXmlStreamWriter; class QDomElement; -/// \brief The QXmppArchiveMessage represents an archived message +/// \brief The QXmppArchiveMessage class represents an archived message /// as defined by XEP-0136: Message Archiving. class QXMPP_EXPORT QXmppArchiveMessage @@ -55,7 +55,7 @@ private: bool m_received; }; -/// \brief The QXmppArchiveChat represents an archived conversation +/// \brief The QXmppArchiveChat class represents an archived conversation /// as defined by XEP-0136: Message Archiving. class QXMPP_EXPORT QXmppArchiveChat diff --git a/src/base/QXmppResultSet.h b/src/base/QXmppResultSet.h index 87e458ea..58fa0c55 100644 --- a/src/base/QXmppResultSet.h +++ b/src/base/QXmppResultSet.h @@ -64,7 +64,7 @@ private: QString m_before; }; -/// \brief The QXmppResultSetQuery class represents a set element in a reply +/// \brief The QXmppResultSetReply class represents a set element in a reply /// as defined by XEP-0059: Result Set Management. class QXMPP_EXPORT QXmppResultSetReply -- cgit v1.2.3