diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-20 09:55:14 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-20 09:55:14 +0000 |
| commit | 63af063ccf62a549f1dc20ec0c4e4f60784c2147 (patch) | |
| tree | 1c85b53e0d0c5efc1561b3d7d5a926e49279195e /src | |
| parent | 703455f78909c8bf9ebeb9cfe68cc386eb07590f (diff) | |
| download | qxmpp-63af063ccf62a549f1dc20ec0c4e4f60784c2147.tar.gz | |
remove manual XEP formatting, let doxyfilter handle it
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppVCardIq.h | 2 | ||||
| -rw-r--r-- | src/QXmppVCardManager.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/QXmppVCardIq.h b/src/QXmppVCardIq.h index 1b00cfa6..348c00fc 100644 --- a/src/QXmppVCardIq.h +++ b/src/QXmppVCardIq.h @@ -35,7 +35,7 @@ class QImage; /// \brief Represents the XMPP vCard. /// /// The functions names are self explanatory. -/// Look at QXmppVCardManager and <B>XEP-0054: vcard-temp</B> for more details. +/// Look at QXmppVCardManager and XEP-0054: vcard-temp for more details. /// /// There are many field of XMPP vCard which are not present in /// this class. File a issue for the same. We will add the requested diff --git a/src/QXmppVCardManager.h b/src/QXmppVCardManager.h index 07f84250..ab4ebb42 100644 --- a/src/QXmppVCardManager.h +++ b/src/QXmppVCardManager.h @@ -35,7 +35,7 @@ #undef QXMPP_SUPRESS_INTERNAL_VCARD_WARNING /// \brief The QXmppVCardManager class gets/sets XMPP vCards. It is an -/// implentation of <B>XEP-0054: vcard-temp</B>. +/// implentation of XEP-0054: vcard-temp. /// /// \note It's object should not be created using it's constructor. Instead /// QXmppClient::vCardManager() should be used to get the reference of instantiated |
