diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppRosterIq.h | 2 | ||||
| -rw-r--r-- | source/QXmppRpcIq.h | 4 |
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 |
