aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/to_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/to_device.h')
-rw-r--r--lib/csapi/to_device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/to_device.h b/lib/csapi/to_device.h
index 6aff3ae5..10f6b971 100644
--- a/lib/csapi/to_device.h
+++ b/lib/csapi/to_device.h
@@ -14,20 +14,20 @@ namespace QMatrixClient
// Operations
/// Send an event to a given set of devices.
- ///
+ ///
/// This endpoint is used to send send-to-device events to a set of
/// client devices.
class SendToDeviceJob : public BaseJob
{
public:
/*! Send an event to a given set of devices.
- * \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 messages
+ * \param messages
* The messages to send. A map from user ID, to a map from
* device ID to message body. The device ID may also be `*`,
* meaning all known devices for the user.