From 1fff70198f4404ac7433bad3743c8a12e79fe4a0 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 23 Aug 2021 16:59:37 +0200 Subject: QXmppGlobal: Add missing \since tags --- src/base/QXmppGlobal.h.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/QXmppGlobal.h.in b/src/base/QXmppGlobal.h.in index 78b11fec..b285a35e 100644 --- a/src/base/QXmppGlobal.h.in +++ b/src/base/QXmppGlobal.h.in @@ -84,12 +84,16 @@ inline QLatin1String QXmppVersion() /// /// Contains global functions and enumerations. /// +/// \since QXmpp 1.5 +/// namespace QXmpp { /// /// The state of an outgoing packet. /// -enum PacketState : quint8 { +/// \since QXmpp 1.5 +/// +enum PacketState : uint8_t { Sent, ///< The packet has been written to the socket. Acknowledged, ///< The packet has been acknowledged by the other peer using Stream Management. NotSent, ///< The packet could not be sent (e.g. connection broke or user disconnected). @@ -98,6 +102,8 @@ enum PacketState : quint8 { /// /// An empty struct indicating success in results. /// +/// \since QXmpp 1.5 +/// struct Success {}; } -- cgit v1.2.3