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/QXmppElement.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/base/QXmppElement.h') diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h index 99f58989..ad10c13e 100644 --- a/src/base/QXmppElement.h +++ b/src/base/QXmppElement.h @@ -35,6 +35,10 @@ class QXmppElement; class QXmppElementPrivate; using QXmppElementList = QList; + +/// +/// \brief QXmppElement represents a raw XML element with possible children. +/// class QXMPP_EXPORT QXmppElement { public: -- cgit v1.2.3