From 904b46702fb48d4d45a01755d1dabcf20ae3a7f7 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 09:28:05 +0000 Subject: touchup doxygen documentation --- source/QXmppRosterIq.h | 2 +- source/QXmppRpcIq.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/QXmppRosterIq.h b/source/QXmppRosterIq.h index 3cd08d06..52202832 100644 --- a/source/QXmppRosterIq.h +++ b/source/QXmppRosterIq.h @@ -38,7 +38,7 @@ class QXmppRosterIq : public QXmppIq { public: - /// \brief The QXmppRosterIq::Item represents a roster entry. + /// \brief The QXmppRosterIq::Item class represents a roster entry. class Item { public: diff --git a/source/QXmppRpcIq.h b/source/QXmppRpcIq.h index e21222d6..6af74e1e 100644 --- a/source/QXmppRpcIq.h +++ b/source/QXmppRpcIq.h @@ -37,7 +37,7 @@ namespace XMLRPC QVariant demarshall(const QDomElement &elem, QStringList &errors); } -/// \brief The QXmppResponseIq class represents an IQ used to carry +/// \brief The QXmppRpcResponseIq class represents an IQ used to carry /// an RPC response as specified by XEP-0009: Jabber-RPC. /// /// \ingroup Stanzas @@ -70,7 +70,7 @@ private: QVariantList m_values; }; -/// \brief The QXmppInvokeIq class represents an IQ used to carry +/// \brief The QXmppRpcInvokeIq class represents an IQ used to carry /// an RPC invocation as specified by XEP-0009: Jabber-RPC. /// /// \ingroup Stanzas -- cgit v1.2.3