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/QXmppStanza.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppStanza.cpp') diff --git a/src/base/QXmppStanza.cpp b/src/base/QXmppStanza.cpp index 3148181e..926c7b6f 100644 --- a/src/base/QXmppStanza.cpp +++ b/src/base/QXmppStanza.cpp @@ -608,7 +608,7 @@ void QXmppStanza::setExtensions(const QXmppElementList &extensions) } /// Returns the stanza's extended addresses as defined by -/// XEP-0033: Extended Stanza Addressing. +/// \xep{0033}: Extended Stanza Addressing. QList QXmppStanza::extendedAddresses() const { @@ -616,7 +616,7 @@ QList QXmppStanza::extendedAddresses() const } /// Sets the stanza's extended addresses as defined by -/// XEP-0033: Extended Stanza Addressing. +/// \xep{0033}: Extended Stanza Addressing. void QXmppStanza::setExtendedAddresses(const QList &addresses) { -- cgit v1.2.3