aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/room_send.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/room_send.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/room_send.h')
-rw-r--r--lib/csapi/room_send.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/csapi/room_send.h b/lib/csapi/room_send.h
index 110fc83b..96b111ff 100644
--- a/lib/csapi/room_send.h
+++ b/lib/csapi/room_send.h
@@ -8,13 +8,12 @@
#include <QtCore/QJsonObject>
-namespace Quotient
-{
+namespace Quotient {
// Operations
-/// Send a message event to the given room.
-/*!
+/*! \brief Send a message event to the given room.
+ *
* This endpoint is used to send a message event to a room. Message events
* allow access to historical events and pagination, making them suited
* for "once-off" activity in a room.
@@ -23,10 +22,10 @@ namespace Quotient
* fields in this object will vary depending on the type of event. See
* `Room Events`_ for the m. event specification.
*/
-class SendMessageJob : public BaseJob
-{
+class SendMessageJob : public BaseJob {
public:
- /*! Send a message event to the given room.
+ /*! \brief Send a message event to the given room.
+ *
* \param roomId
* The room to send the event to.
* \param eventType