From 9c08abcff13bb568aa0825b67ac0cdf66b756798 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sun, 18 Jul 2010 12:06:08 +0000 Subject: improve code documentation --- source/QXmppJingleIq.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'source/QXmppJingleIq.h') diff --git a/source/QXmppJingleIq.h b/source/QXmppJingleIq.h index 6b377dd8..94639a9c 100644 --- a/source/QXmppJingleIq.h +++ b/source/QXmppJingleIq.h @@ -115,9 +115,10 @@ private: QString m_type; }; -/// The QXmppJingleIq represent an IQ used for initiating media sessions -/// as specified by XEP-0166: Jingle. +/// \brief The QXmppJingleIq class represents an IQ used for initiating media +/// sessions as specified by XEP-0166: Jingle. /// +/// \ingroup Stanzas class QXmppJingleIq : public QXmppIq { @@ -140,6 +141,8 @@ public: TransportReplace, }; + /// \internal + /// /// The QXmppJingleIq::Content class represents the "content" element of a /// QXmppJingleIq. @@ -192,6 +195,8 @@ public: QList m_transportCandidates; }; + /// \internal + /// /// The QXmppJingleIq::Reason class represents the "reason" element of a /// QXmppJingleIq. -- cgit v1.2.3