From b9c1ca9b60e3bdfe1371c813750ce31383bcc25f Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 27 Mar 2021 14:28:43 +0100 Subject: doc: Fix warnings for BitsOfBinary* classes --- src/base/QXmppBitsOfBinaryIq.cpp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppBitsOfBinaryIq.cpp') diff --git a/src/base/QXmppBitsOfBinaryIq.cpp b/src/base/QXmppBitsOfBinaryIq.cpp index 65cbd754..44dc0dc3 100644 --- a/src/base/QXmppBitsOfBinaryIq.cpp +++ b/src/base/QXmppBitsOfBinaryIq.cpp @@ -28,15 +28,25 @@ #include #include +/// +/// \class QXmppBitsOfBinaryIq +/// +/// QXmppBitsOfBinaryIq represents a \xep{0231, Bits of Binary} IQ to request +/// and transmit Bits of Binary data elements. +/// +/// \since QXmpp 1.2 +/// + QXmppBitsOfBinaryIq::QXmppBitsOfBinaryIq() = default; QXmppBitsOfBinaryIq::~QXmppBitsOfBinaryIq() = default; -/// Returns true, if \c element is a \xep{0231}: Bits of Binary IQ +/// +/// Returns true, if \c element is a \xep{0231, Bits of Binary} IQ /// /// \note This may also return true, if the IQ is not a Bits of Binary IQ in /// first place, but only contains a Bits of Binary data element. - +/// bool QXmppBitsOfBinaryIq::isBitsOfBinaryIq(const QDomElement &element) { QDomElement child = element.firstChildElement(); -- cgit v1.2.3