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/client/QXmppVersionManager.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/client/QXmppVersionManager.h') diff --git a/src/client/QXmppVersionManager.h b/src/client/QXmppVersionManager.h index 9bbf081d..26f559fc 100644 --- a/src/client/QXmppVersionManager.h +++ b/src/client/QXmppVersionManager.h @@ -29,15 +29,16 @@ class QXmppVersionIq; class QXmppVersionManagerPrivate; +/// /// \brief The QXmppVersionManager class makes it possible to request for -/// the software version of an entity as defined by XEP-0092: Software Version. +/// the software version of an entity as defined by \xep{0092}: Software Version. /// /// \note It's object should not be created using it's constructor. Instead /// \c QXmppClient::findExtension() should be used to get /// the instantiated object of this class. /// /// \ingroup Managers - +/// class QXMPP_EXPORT QXmppVersionManager : public QXmppClientExtension { Q_OBJECT -- cgit v1.2.3