diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-14 09:52:42 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-14 09:52:42 +0000 |
| commit | 9b2c5b006952448667095472f69bf2da55ec5c87 (patch) | |
| tree | 3f36bf376a5b61afb57fc31b42c28c5795e1c8d9 /src | |
| parent | b65a2e444a85767b7d7a826b05a1a21dff3a56a9 (diff) | |
| download | qxmpp-9b2c5b006952448667095472f69bf2da55ec5c87.tar.gz | |
fix class documentation so that QXmpp recognises the brief description
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppArchiveIq.h | 4 | ||||
| -rw-r--r-- | src/QXmppVCardManager.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/QXmppArchiveIq.h b/src/QXmppArchiveIq.h index a9390d41..8395afef 100644 --- a/src/QXmppArchiveIq.h +++ b/src/QXmppArchiveIq.h @@ -31,7 +31,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 QXmppArchiveMessage @@ -52,7 +52,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 QXmppArchiveChat diff --git a/src/QXmppVCardManager.h b/src/QXmppVCardManager.h index 739838e8..6e15f2e7 100644 --- a/src/QXmppVCardManager.h +++ b/src/QXmppVCardManager.h @@ -34,7 +34,7 @@ #include "QXmppVCard.h" #undef QXMPP_SUPRESS_INTERNAL_VCARD_WARNING -/// \brief The QXmppVCardManager gets/sets XMPP vCards. It is an +/// \brief The QXmppVCardManager class gets/sets XMPP vCards. It is an /// implentation of <B>XEP-0054: vcard-temp</B>. /// /// \note It's object should not be created using it's constructor. Instead |
