aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppDiscoveryIq.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-03-27 18:03:28 +0100
committerLinus Jahn <lnj@kaidan.im>2021-03-28 00:09:13 +0100
commit9fe3a0ed9dbaaf6c94b75830fbf2edee8cf94a58 (patch)
treed4780c52c2f96d44e2ac68380b4c4bf1fd9d2331 /src/base/QXmppDiscoveryIq.h
parent7e42b79314c7e2ae3533cdc04a73081d8f62eb9d (diff)
downloadqxmpp-9fe3a0ed9dbaaf6c94b75830fbf2edee8cf94a58.tar.gz
doc: Fix warnings from DiscoveryIq
Diffstat (limited to 'src/base/QXmppDiscoveryIq.h')
-rw-r--r--src/base/QXmppDiscoveryIq.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/base/QXmppDiscoveryIq.h b/src/base/QXmppDiscoveryIq.h
index 70da9dec..e3f5ac69 100644
--- a/src/base/QXmppDiscoveryIq.h
+++ b/src/base/QXmppDiscoveryIq.h
@@ -33,21 +33,9 @@ class QXmppDiscoveryIdentityPrivate;
class QXmppDiscoveryItemPrivate;
class QXmppDiscoveryIqPrivate;
-///
-/// \brief QXmppDiscoveryIq represents a discovery IQ request or result
-/// containing a list of features and other information about an entity as
-/// defined by \xep{0030}: Service Discovery.
-///
-/// \ingroup Stanzas
-///
class QXMPP_EXPORT QXmppDiscoveryIq : public QXmppIq
{
public:
- ///
- /// \brief Identity represents one of possibly multiple identities of an
- /// XMPP entity obtained from a service discovery request as defined in
- /// \xep{0030}: Service Discovery.
- ///
class QXMPP_EXPORT Identity
{
public:
@@ -73,10 +61,6 @@ public:
QSharedDataPointer<QXmppDiscoveryIdentityPrivate> d;
};
- ///
- /// \brief Item represents a related XMPP entity that can be queried using
- /// \xep{0030}: Service Discovery.
- ///
class QXMPP_EXPORT Item
{
public: