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/QXmppStartTlsPacket.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/base/QXmppStartTlsPacket.h') diff --git a/src/base/QXmppStartTlsPacket.h b/src/base/QXmppStartTlsPacket.h index 26c8dfbb..a330e234 100644 --- a/src/base/QXmppStartTlsPacket.h +++ b/src/base/QXmppStartTlsPacket.h @@ -26,9 +26,12 @@ #include "QXmppStanza.h" +/// /// \brief The QXmppStartTlsPacket represents packets used for initiating /// STARTTLS negotiation when connecting. - +/// +/// \ingroup Stanzas +/// class QXMPP_EXPORT QXmppStartTlsPacket : public QXmppStanza { public: -- cgit v1.2.3