aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppVersionIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-18 12:06:08 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-18 12:06:08 +0000
commit9c08abcff13bb568aa0825b67ac0cdf66b756798 (patch)
tree22525f62e30cd59a2ee7c0736ba88030349cbfff /source/QXmppVersionIq.h
parentd410cf9b263816d6951f9393476216710354f51d (diff)
downloadqxmpp-9c08abcff13bb568aa0825b67ac0cdf66b756798.tar.gz
improve code documentation
Diffstat (limited to 'source/QXmppVersionIq.h')
-rw-r--r--source/QXmppVersionIq.h6
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
{