aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppClient.cpp
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-01-23 19:02:56 +0100
committerLinus Jahn <lnj@kaidan.im>2022-02-02 15:25:34 +0100
commit12ca0b777e8d28f228e086bd7cee5fc860867cde (patch)
treed6b3010a3d904cba00e146344d8781534f2fc875 /src/client/QXmppClient.cpp
parent9d47d81a727590d6b3c0603c67530d33dc051387 (diff)
Client: Fix comma placement in function documentation
Diffstat (limited to 'src/client/QXmppClient.cpp')
-rw-r--r--src/client/QXmppClient.cpp8
1 files changed, 4 insertions, 4 deletions
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!
///