From bc4c3ee94442c9b80993ce109d5070862dc9f170 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 11 Feb 2020 17:12:45 +0100 Subject: doc: Use XEP links everywhere --- src/base/QXmppDataForm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/base/QXmppDataForm.h') 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 { -- cgit v1.2.3