diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-02-06 11:54:56 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-02-06 11:54:56 +0100 |
| commit | eb902b4e241b237b3f0684346dee00d75bbcdebb (patch) | |
| tree | 3c23ad7b18aba13ed5ae9c536eb9379ef420c4c4 /src/base/QXmppStreamFeatures.h | |
| parent | a4d292ecb0a3459825e81a2b6d81df7a6d6635fb (diff) | |
| download | qxmpp-eb902b4e241b237b3f0684346dee00d75bbcdebb.tar.gz | |
QXmppStreamFeatures: Fix wrong \param command
Diffstat (limited to 'src/base/QXmppStreamFeatures.h')
| -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); |
