aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-18 12:57:11 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-18 12:57:11 +0000
commit63ece096ae154b29ea6161fde4c92cd485324024 (patch)
treeb54fa80a3d4adeb035a050f94420966a68e46790 /source/QXmppClient.h
parente15cff6d35ff4d2b20b65e1bdb5702a778e64371 (diff)
downloadqxmpp-63ece096ae154b29ea6161fde4c92cd485324024.tar.gz
improve code documentation
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h3
1 files changed, 3 insertions, 0 deletions
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
{