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/QXmppVersionIq.h | |
| parent | d410cf9b263816d6951f9393476216710354f51d (diff) | |
| download | qxmpp-9c08abcff13bb568aa0825b67ac0cdf66b756798.tar.gz | |
improve code documentation
Diffstat (limited to 'source/QXmppVersionIq.h')
| -rw-r--r-- | source/QXmppVersionIq.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/QXmppVersionIq.h b/source/QXmppVersionIq.h index dfe5edcd..93d91cbd 100644 --- a/source/QXmppVersionIq.h +++ b/source/QXmppVersionIq.h @@ -26,8 +26,10 @@ #include "QXmppIq.h" -/// XEP-0092: Software Version -/// http://xmpp.org/extensions/xep-0092.html +/// \brief The QXmppVersionIq class represents an IQ for conveying a software +/// version as defined by XEP-0092: Software Version. +/// +/// \ingroup Stanzas class QXmppVersionIq : public QXmppIq { |
