From 63ece096ae154b29ea6161fde4c92cd485324024 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sun, 18 Jul 2010 12:57:11 +0000 Subject: improve code documentation --- source/QXmppClient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/QXmppClient.h') diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 25bdf6b5..f660d437 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -52,6 +52,8 @@ class QXmppVCardManager; class QXmppTransferManager; class QXmppCallManager; +/// \defgroup Core + /// \defgroup Managers /// \brief The QXmppClient class is the main class for using QXmpp. @@ -70,6 +72,7 @@ class QXmppCallManager; /// For removing QXmpp dependency in QtGui, use DEFINE = QXMPP_NO_GUI /// in the source.pro file and build as usual /// +/// \ingroup Core class QXmppClient : public QObject { -- cgit v1.2.3