diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 08:24:44 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 08:24:44 +0000 |
| commit | 87710f9bedf4bb7a60cd8c40854369d9970f4e02 (patch) | |
| tree | 1adf1511c229524ed655b097cb02b72b896e37fd /src | |
| parent | b7068301c0c7bac05271807b5a26ad6d78f76987 (diff) | |
| download | qxmpp-87710f9bedf4bb7a60cd8c40854369d9970f4e02.tar.gz | |
improve code documentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppSessionIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppSessionIq.h b/src/QXmppSessionIq.h index 9abc7e24..3b6a7622 100644 --- a/src/QXmppSessionIq.h +++ b/src/QXmppSessionIq.h @@ -30,6 +30,8 @@ /// \brief The QXmppSessionIq class represents an IQ used for session /// establishment as defined by RFC 5921. +/// +/// \ingroup Stanzas class QXmppSessionIq : public QXmppIq { |
