diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-09-29 22:22:49 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-09-29 22:22:49 +0900 |
commit | b55334ac0fe89f780776bc4eab90ffe1ca3c57bb (patch) | |
tree | 1a45c0ccfec8f5f7ba37eb4385cdc7f61afa0c97 /lib/csapi/leaving.h | |
parent | f5c2e47fa1ab84fdaffe03c30ba973d7dea5ac05 (diff) | |
parent | 1e6510790dab6b9141ae52993987b406399668cd (diff) | |
download | libquotient-b55334ac0fe89f780776bc4eab90ffe1ca3c57bb.tar.gz libquotient-b55334ac0fe89f780776bc4eab90ffe1ca3c57bb.zip |
Merge branch 'cs-api-0.4.0'
Diffstat (limited to 'lib/csapi/leaving.h')
-rw-r--r-- | lib/csapi/leaving.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/leaving.h b/lib/csapi/leaving.h index 95859627..3a340034 100644 --- a/lib/csapi/leaving.h +++ b/lib/csapi/leaving.h @@ -12,7 +12,7 @@ namespace QMatrixClient // Operations /// Stop the requesting user participating in a particular room. - /// + /// /// This API stops a user participating in a particular room. /// /// If the user was already in the room, they will no longer be able to see @@ -28,7 +28,7 @@ namespace QMatrixClient { public: /*! Stop the requesting user participating in a particular room. - * \param roomId + * \param roomId * The room identifier to leave. */ explicit LeaveRoomJob(const QString& roomId); @@ -44,7 +44,7 @@ namespace QMatrixClient }; /// Stop the requesting user remembering about a particular room. - /// + /// /// This API stops a user remembering about a particular room. /// /// In general, history is a first class citizen in Matrix. After this API @@ -58,7 +58,7 @@ namespace QMatrixClient { public: /*! Stop the requesting user remembering about a particular room. - * \param roomId + * \param roomId * The room identifier to forget. */ explicit ForgetRoomJob(const QString& roomId); |