aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBitsOfBinaryContentId.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/QXmppBitsOfBinaryContentId.cpp
parent776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff)
downloadqxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppBitsOfBinaryContentId.cpp')
-rw-r--r--src/base/QXmppBitsOfBinaryContentId.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/QXmppBitsOfBinaryContentId.cpp b/src/base/QXmppBitsOfBinaryContentId.cpp
index 24f9cbcd..630e59a7 100644
--- a/src/base/QXmppBitsOfBinaryContentId.cpp
+++ b/src/base/QXmppBitsOfBinaryContentId.cpp
@@ -63,7 +63,7 @@ QXmppBitsOfBinaryContentIdPrivate::QXmppBitsOfBinaryContentIdPrivate()
{
}
-/// Parses a \c QXmppBitsOfBinaryContentId from a XEP-0231: Bits of Binary
+/// Parses a \c QXmppBitsOfBinaryContentId from a \xep{0231}: Bits of Binary
/// \c cid: URL
///
/// In case parsing failed, the returned \c QXmppBitsOfBinaryContentId is
@@ -79,7 +79,7 @@ QXmppBitsOfBinaryContentId QXmppBitsOfBinaryContentId::fromCidUrl(const QString
return {};
}
-/// Parses a \c QXmppBitsOfBinaryContentId from a XEP-0231: Bits of Binary
+/// Parses a \c QXmppBitsOfBinaryContentId from a \xep{0231}: Bits of Binary
/// content id
///
/// In case parsing failed, the returned \c QXmppBitsOfBinaryContentId is
@@ -133,7 +133,7 @@ QXmppBitsOfBinaryContentId::QXmppBitsOfBinaryContentId(const QXmppBitsOfBinaryCo
QXmppBitsOfBinaryContentId &QXmppBitsOfBinaryContentId::operator=(const QXmppBitsOfBinaryContentId &other) = default;
-/// Returns a XEP-0231: Bits of Binary content id
+/// Returns a \xep{0231}: Bits of Binary content id
QString QXmppBitsOfBinaryContentId::toContentId() const
{
@@ -146,7 +146,7 @@ QString QXmppBitsOfBinaryContentId::toContentId() const
CONTENTID_POSTFIX;
}
-/// Returns a XEP-0231: Bits of Binary \c cid: URL
+/// Returns a \xep{0231}: Bits of Binary \c cid: URL
QString QXmppBitsOfBinaryContentId::toCidUrl() const
{