diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-02-11 17:12:45 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-02-11 17:12:45 +0100 |
| commit | bc4c3ee94442c9b80993ce109d5070862dc9f170 (patch) | |
| tree | b782a135e84dfcbeb33254df8a33bf7fe53fb786 /src/base/QXmppStanza.cpp | |
| parent | 776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff) | |
| download | qxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz | |
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppStanza.cpp')
| -rw-r--r-- | src/base/QXmppStanza.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<QXmppExtendedAddress> QXmppStanza::extendedAddresses() const { @@ -616,7 +616,7 @@ QList<QXmppExtendedAddress> 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<QXmppExtendedAddress> &addresses) { |
