diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 12:06:08 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 12:06:08 +0000 |
| commit | 9c08abcff13bb568aa0825b67ac0cdf66b756798 (patch) | |
| tree | 22525f62e30cd59a2ee7c0736ba88030349cbfff /source/QXmppJingleIq.h | |
| parent | d410cf9b263816d6951f9393476216710354f51d (diff) | |
| download | qxmpp-9c08abcff13bb568aa0825b67ac0cdf66b756798.tar.gz | |
improve code documentation
Diffstat (limited to 'source/QXmppJingleIq.h')
| -rw-r--r-- | source/QXmppJingleIq.h | 9 |
1 files changed, 7 insertions, 2 deletions
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<QXmppJingleCandidate> m_transportCandidates; }; + /// \internal + /// /// The QXmppJingleIq::Reason class represents the "reason" element of a /// QXmppJingleIq. |
