From eb902b4e241b237b3f0684346dee00d75bbcdebb Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Thu, 6 Feb 2020 11:54:56 +0100 Subject: QXmppStreamFeatures: Fix wrong \param command --- src/base/QXmppStreamFeatures.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/base/QXmppStreamFeatures.h b/src/base/QXmppStreamFeatures.h index 982f4dbc..eb9d3459 100644 --- a/src/base/QXmppStreamFeatures.h +++ b/src/base/QXmppStreamFeatures.h @@ -65,7 +65,7 @@ public: /// Sets the mode for XEP-0198: Stream Management /// - /// \pa mode The mode to set. + /// \param mode The mode to set. void setStreamManagementMode(Mode mode); /// Returns the mode for XEP-0352: Client State Indication @@ -73,7 +73,7 @@ public: /// Sets the mode for XEP-0352: Client State Indication /// - /// \pa mode The mode to set. + /// \param mode The mode to set. void setClientStateIndicationMode(Mode mode); /// Returns the mode for XEP-0077: In-Band Registration @@ -83,7 +83,7 @@ public: /// Sets the mode for XEP-0077: In-Band Registration /// - /// \pa mode The mode to set. + /// \param mode The mode to set. /// /// \since QXmpp 1.1 void setRegisterMode(const Mode ®isterMode); -- cgit v1.2.3