aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-10 09:28:05 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-10 09:28:05 +0000
commit904b46702fb48d4d45a01755d1dabcf20ae3a7f7 (patch)
tree20e93a9c5105e9ae66e0ec35324ae10c58637c50 /source
parent31e094afb7e7975606bd3f9fcc6941fd7a33e411 (diff)
downloadqxmpp-904b46702fb48d4d45a01755d1dabcf20ae3a7f7.tar.gz
touchup doxygen documentation
Diffstat (limited to 'source')
-rw-r--r--source/QXmppRosterIq.h2
-rw-r--r--source/QXmppRpcIq.h4
2 files changed, 3 insertions, 3 deletions
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