diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/base/QXmppStreamFeatures.h | 6 |
1 files 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); |
