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/QXmppBitsOfBinaryContentId.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/base/QXmppBitsOfBinaryContentId.cpp') 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 { -- cgit v1.2.3