diff options
| -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 |
