aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/room_send.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-09-29 22:22:49 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-09-29 22:22:49 +0900
commitb55334ac0fe89f780776bc4eab90ffe1ca3c57bb (patch)
tree1a45c0ccfec8f5f7ba37eb4385cdc7f61afa0c97 /lib/csapi/room_send.h
parentf5c2e47fa1ab84fdaffe03c30ba973d7dea5ac05 (diff)
parent1e6510790dab6b9141ae52993987b406399668cd (diff)
downloadlibquotient-b55334ac0fe89f780776bc4eab90ffe1ca3c57bb.tar.gz
libquotient-b55334ac0fe89f780776bc4eab90ffe1ca3c57bb.zip
Merge branch 'cs-api-0.4.0'
Diffstat (limited to 'lib/csapi/room_send.h')
-rw-r--r--lib/csapi/room_send.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/csapi/room_send.h b/lib/csapi/room_send.h
index 915a8f78..85c298e0 100644
--- a/lib/csapi/room_send.h
+++ b/lib/csapi/room_send.h
@@ -13,7 +13,7 @@ namespace QMatrixClient
// Operations
/// 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.
@@ -25,15 +25,15 @@ namespace QMatrixClient
{
public:
/*! Send a message event to the given room.
- * \param roomId
+ * \param roomId
* The room to send the event to.
- * \param eventType
+ * \param eventType
* The type of event to send.
- * \param txnId
+ * \param txnId
* The transaction ID for this event. Clients should generate an
* ID unique across requests with the same access token; it will be
* used by the server to ensure idempotency of requests.
- * \param body
+ * \param body
* 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.