From a7f801700291b7a42dd8191e3fc6f5ffe1072550 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Wed, 11 Mar 2020 19:53:00 +0100 Subject: Add missing class documentation to trigger doxygen page generation --- src/base/QXmppByteStreamIq.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/base/QXmppByteStreamIq.h') diff --git a/src/base/QXmppByteStreamIq.h b/src/base/QXmppByteStreamIq.h index 1e2cdb07..b22d8e5d 100644 --- a/src/base/QXmppByteStreamIq.h +++ b/src/base/QXmppByteStreamIq.h @@ -28,6 +28,10 @@ #include +/// +/// \brief QXmppByteStreamIq represents a SOCKS5 bytestreams negoatiation IQ as +/// defined by \xep{0065}: SOCKS5 Bytestreams. +/// class QXMPP_EXPORT QXmppByteStreamIq : public QXmppIq { public: @@ -37,6 +41,10 @@ public: Udp }; + /// + /// \brief StreamHost represents information about a specific SOCKS5 + /// bytestreams host. + /// class QXMPP_EXPORT StreamHost { public: -- cgit v1.2.3