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.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/base/QXmppDataForm.cpp') diff --git a/src/base/QXmppDataForm.cpp b/src/base/QXmppDataForm.cpp index 54442cb5..8239b86a 100644 --- a/src/base/QXmppDataForm.cpp +++ b/src/base/QXmppDataForm.cpp @@ -425,7 +425,7 @@ void QXmppDataForm::Field::setValue(const QVariant &value) d->value = value; } -/// Returns the size of the attached media according to XEP-0221: Data Forms +/// Returns the size of the attached media according to \xep{0221}: Data Forms /// Media Element. /// /// \since QXmpp 1.1 @@ -435,7 +435,7 @@ QSize QXmppDataForm::Field::mediaSize() const return d->mediaSize; } -/// Returns the size of the attached media according to XEP-0221: Data Forms +/// Returns the size of the attached media according to \xep{0221}: Data Forms /// Media Element. /// /// \since QXmpp 1.1 @@ -445,7 +445,7 @@ QSize &QXmppDataForm::Field::mediaSize() return d->mediaSize; } -/// Sets the size of the attached media according to XEP-0221: Data Forms Media +/// Sets the size of the attached media according to \xep{0221}: Data Forms Media /// Element. /// /// \since QXmpp 1.1 @@ -455,7 +455,7 @@ void QXmppDataForm::Field::setMediaSize(const QSize &size) d->mediaSize = size; } -/// Returns the sources for the attached media according to XEP-0221: Data +/// Returns the sources for the attached media according to \xep{0221}: Data /// Forms Media Element. /// /// \since QXmpp 1.1 @@ -465,7 +465,7 @@ QVector QXmppDataForm::Field::mediaSources() const return d->mediaSources; } -/// Returns the sources for the attached media according to XEP-0221: Data +/// Returns the sources for the attached media according to \xep{0221}: Data /// Forms Media Element. /// /// \since QXmpp 1.1 @@ -475,7 +475,7 @@ QVector &QXmppDataForm::Field::mediaSources() return d->mediaSources; } -/// Sets the sources to the attached media of the field according to XEP-0221: +/// Sets the sources to the attached media of the field according to \xep{0221}: /// Data Forms Media Element. /// /// \since QXmpp 1.1 -- cgit v1.2.3