From 4b53eea047641cb77c542e4ce3292f2dcdd39522 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 21 Aug 2014 11:20:58 +0200 Subject: move documentation mainpage to doc/index.doc --- src/client/QXmppClient.cpp | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'src/client/QXmppClient.cpp') diff --git a/src/client/QXmppClient.cpp b/src/client/QXmppClient.cpp index daf298be..9b5d50fe 100644 --- a/src/client/QXmppClient.cpp +++ b/src/client/QXmppClient.cpp @@ -94,47 +94,6 @@ int QXmppClientPrivate::getNextReconnectTime() const return 60 * 1000; } -/// \mainpage -/// -/// QXmpp is a cross-platform C++ XMPP client library based on the Qt -/// framework. It tries to use Qt's programming conventions in order to ease -/// the learning curve for new programmers. -/// -/// QXmpp based clients are built using QXmppClient instances which handle the -/// establishment of the XMPP connection and provide a number of high-level -/// "managers" to perform specific tasks. You can write your own managers to -/// extend QXmpp by subclassing QXmppClientExtension. -/// -/// Main Class: -/// - QXmppClient -/// -/// Managers to perform specific tasks: -/// - QXmppRosterManager -/// - QXmppVCardManager -/// - QXmppTransferManager -/// - QXmppMucManager -/// - QXmppCallManager -/// - QXmppArchiveManager -/// - QXmppVersionManager -/// - QXmppDiscoveryManager -/// - QXmppEntityTimeManager -/// -/// XMPP stanzas: If you are interested in a more low-level API, you can refer to these -/// classes. -/// - QXmppIq -/// - QXmppMessage -/// - QXmppPresence -/// -///

-/// Project Details: -/// -/// Project Page: https://github.com/qxmpp-project/qxmpp/ -///
-/// Report Issues: https://github.com/qxmpp-project/qxmpp/issues/ -///
-/// New Releases: https://github.com/qxmpp-project/qxmpp/downloads/ -/// - /// Creates a QXmppClient object. /// \param parent is passed to the QObject's constructor. /// The default value is 0. -- cgit v1.2.3