diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-02-11 17:12:45 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-02-11 17:12:45 +0100 |
| commit | bc4c3ee94442c9b80993ce109d5070862dc9f170 (patch) | |
| tree | b782a135e84dfcbeb33254df8a33bf7fe53fb786 /src/base/QXmppDataForm.h | |
| parent | 776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff) | |
| download | qxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz | |
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppDataForm.h')
| -rw-r--r-- | src/base/QXmppDataForm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/QXmppDataForm.h b/src/base/QXmppDataForm.h index c8cda135..b58cb680 100644 --- a/src/base/QXmppDataForm.h +++ b/src/base/QXmppDataForm.h @@ -42,13 +42,13 @@ class QXmppDataFormMediaPrivate; class QXmppDataFormMediaSourcePrivate; /// \brief The QXmppDataForm class represents a data form as defined by -/// XEP-0004: Data Forms. +/// \xep{0004}: Data Forms. class QXMPP_EXPORT QXmppDataForm { public: /// \brief The \c QXmppDataForm::MediaSource class represents a link to one - /// of possibly multiple sources for a media element from XEP-0221: Data + /// of possibly multiple sources for a media element from \xep{0221}: Data /// Forms Media Element consisting of a MIME type and a QUrl. /// /// \since QXmpp 1.1 @@ -77,7 +77,7 @@ public: #if QXMPP_DEPRECATED_SINCE(1, 1) /// \brief The QXmppDataForm::Media class represents a media field as - /// defined by XEP-0221: Data Forms Media Element. + /// defined by \xep{0221}: Data Forms Media Element. /// /// \deprecated This class is deprecated since QXmpp 1.1. @@ -116,7 +116,7 @@ public: #endif /// \brief The QXmppDataForm::Field class represents a data form field - /// as defined by XEP-0004: Data Forms. + /// as defined by \xep{0004}: Data Forms. class QXMPP_EXPORT Field { |
