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/QXmppEntityTimeIq.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/base/QXmppEntityTimeIq.h') diff --git a/src/base/QXmppEntityTimeIq.h b/src/base/QXmppEntityTimeIq.h index ba9b5629..d9fb85d0 100644 --- a/src/base/QXmppEntityTimeIq.h +++ b/src/base/QXmppEntityTimeIq.h @@ -28,8 +28,12 @@ #include +/// +/// \brief QXmppEntityTimeIq represents an entity time request/response as +/// defined in \xep{0202}: Entity Time. +/// /// \ingroup Stanzas - +/// class QXMPP_EXPORT QXmppEntityTimeIq : public QXmppIq { public: -- cgit v1.2.3