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/QXmppResultSet.h | |
| parent | 776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff) | |
| download | qxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz | |
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppResultSet.h')
| -rw-r--r-- | src/base/QXmppResultSet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppResultSet.h b/src/base/QXmppResultSet.h index b75d7f1a..02d03645 100644 --- a/src/base/QXmppResultSet.h +++ b/src/base/QXmppResultSet.h @@ -29,7 +29,7 @@ #include <QDateTime> /// \brief The QXmppResultSetQuery class represents a set element in a query -/// as defined by XEP-0059: Result Set Management. +/// as defined by \xep{0059}: Result Set Management. class QXMPP_EXPORT QXmppResultSetQuery { @@ -63,7 +63,7 @@ private: }; /// \brief The QXmppResultSetReply class represents a set element in a reply -/// as defined by XEP-0059: Result Set Management. +/// as defined by \xep{0059}: Result Set Management. class QXMPP_EXPORT QXmppResultSetReply { |
