aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-03-11 19:53:00 +0100
committerLinus Jahn <lnj@kaidan.im>2020-03-11 19:53:00 +0100
commita7f801700291b7a42dd8191e3fc6f5ffe1072550 (patch)
tree49e4208c3984210ccaa1a718c20c05386d7ad8c6 /src/base/QXmppElement.h
parent46c5e6b9dfc6d125d5608cf80603f0df87655f83 (diff)
downloadqxmpp-a7f801700291b7a42dd8191e3fc6f5ffe1072550.tar.gz
Add missing class documentation to trigger doxygen page generation
Diffstat (limited to 'src/base/QXmppElement.h')
-rw-r--r--src/base/QXmppElement.h4
1 files changed, 4 insertions, 0 deletions
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<QXmppElement>;
+
+///
+/// \brief QXmppElement represents a raw XML element with possible children.
+///
class QXMPP_EXPORT QXmppElement
{
public: