From 12ca0b777e8d28f228e086bd7cee5fc860867cde Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Sun, 23 Jan 2022 19:02:56 +0100 Subject: Client: Fix comma placement in function documentation --- src/client/QXmppClient.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/client/QXmppClient.cpp b/src/client/QXmppClient.cpp index ce036676..b54f47fd 100644 --- a/src/client/QXmppClient.cpp +++ b/src/client/QXmppClient.cpp @@ -342,12 +342,12 @@ bool QXmppClient::sendPacket(const QXmppNonza &packet) /// /// Sends a packet and reports the result via QFuture. /// -/// If stream management is enabled the future continues to be active until the -/// server acknowledges the packet. On success QXmpp::SendSuccess with +/// If stream management is enabled, the future continues to be active until the +/// server acknowledges the packet. On success, QXmpp::SendSuccess with /// acknowledged == true is reported and the future finishes. /// -/// If connection errors occur the packet is resent if possible. If reconnecting -/// is not possible, an error is reported. +/// If connection errors occur, the packet is resent if possible. If +/// reconnecting is not possible, an error is reported. /// /// \warning THIS API IS NOT FINALIZED YET! /// -- cgit v1.2.3