aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppMucManager.h
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/client/QXmppMucManager.h
parent776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff)
downloadqxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz
doc: Use XEP links everywhere
Diffstat (limited to 'src/client/QXmppMucManager.h')
-rw-r--r--src/client/QXmppMucManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/QXmppMucManager.h b/src/client/QXmppMucManager.h
index f1656b45..bfe354f7 100644
--- a/src/client/QXmppMucManager.h
+++ b/src/client/QXmppMucManager.h
@@ -36,7 +36,7 @@ class QXmppMucRoom;
class QXmppMucRoomPrivate;
/// \brief The QXmppMucManager class makes it possible to interact with
-/// multi-user chat rooms as defined by XEP-0045: Multi-User Chat.
+/// multi-user chat rooms as defined by \xep{0045}: Multi-User Chat.
///
/// To make use of this manager, you need to instantiate it and load it into
/// the QXmppClient instance as follows:
@@ -97,7 +97,7 @@ private:
};
/// \brief The QXmppMucRoom class represents a multi-user chat room
-/// as defined by XEP-0045: Multi-User Chat.
+/// as defined by \xep{0045}: Multi-User Chat.
///
/// \sa QXmppMucManager