From fdbe1aef602b03f35be1d5e9d8baf02fb6c8f00a Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 27 Mar 2021 19:52:15 +0100 Subject: doc: Fix many small doxygen warnings --- src/base/QXmppPingIq.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/base/QXmppPingIq.h') diff --git a/src/base/QXmppPingIq.h b/src/base/QXmppPingIq.h index 93604301..e2582477 100644 --- a/src/base/QXmppPingIq.h +++ b/src/base/QXmppPingIq.h @@ -26,18 +26,15 @@ #include "QXmppIq.h" -/// -/// \brief QXmppPingIq represents a Ping IQ as defined by \xep{0199}: XMPP -/// Ping. -/// -/// \ingroup Stanzas -/// class QXMPP_EXPORT QXmppPingIq : public QXmppIq { public: QXmppPingIq(); - void toXmlElementFromChild(QXmlStreamWriter *writer) const override; static bool isPingIq(const QDomElement &element); + + /// \cond + void toXmlElementFromChild(QXmlStreamWriter *writer) const override; + /// \endcond }; #endif -- cgit v1.2.3