aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppDataForm.cpp
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-02-11 17:12:45 +0100
committerLinus Jahn <lnj@kaidan.im>2020-02-11 17:12:45 +0100
commitbc4c3ee94442c9b80993ce109d5070862dc9f170 (patch)
treeb782a135e84dfcbeb33254df8a33bf7fe53fb786 /src/base/QXmppDataForm.cpp
parent776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff)
downloadqxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppDataForm.cpp')
-rw-r--r--src/base/QXmppDataForm.cpp12
1 files changed, 6 insertions, 6 deletions
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::MediaSource> 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::MediaSource> &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