aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/kicking.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-17 07:42:13 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-17 07:49:41 +0200
commit7036ed0dcb137cb5cbb6b426dd338c5e2e4c6424 (patch)
treefa9e37d8874303bf56d5381b0844738bd516a79b /lib/csapi/kicking.h
parent906699cc525e9e0be231a58cabffc31ad1f5193c (diff)
downloadlibquotient-7036ed0dcb137cb5cbb6b426dd338c5e2e4c6424.tar.gz
libquotient-7036ed0dcb137cb5cbb6b426dd338c5e2e4c6424.zip
Regenerate API files using new GTAD and refreshed templates
No functional changes.
Diffstat (limited to 'lib/csapi/kicking.h')
-rw-r--r--lib/csapi/kicking.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/csapi/kicking.h b/lib/csapi/kicking.h
index d51edb47..0633a7f6 100644
--- a/lib/csapi/kicking.h
+++ b/lib/csapi/kicking.h
@@ -6,13 +6,12 @@
#include "jobs/basejob.h"
-namespace Quotient
-{
+namespace Quotient {
// Operations
-/// Kick a user from the room.
-/*!
+/*! \brief Kick a user from the room.
+ *
* Kick a user from the room.
*
* The caller must have the required power level in order to perform this
@@ -23,10 +22,10 @@ namespace Quotient
* directly adjust the target member's state by making a request to
* ``/rooms/<room id>/state/m.room.member/<user id>``.
*/
-class KickJob : public BaseJob
-{
+class KickJob : public BaseJob {
public:
- /*! Kick a user from the room.
+ /*! \brief Kick a user from the room.
+ *
* \param roomId
* The room identifier (not alias) from which the user should be kicked.
* \param userId