aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/typing.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/typing.h
parentf5c2e47fa1ab84fdaffe03c30ba973d7dea5ac05 (diff)
parent1e6510790dab6b9141ae52993987b406399668cd (diff)
downloadlibquotient-b55334ac0fe89f780776bc4eab90ffe1ca3c57bb.tar.gz
libquotient-b55334ac0fe89f780776bc4eab90ffe1ca3c57bb.zip
Merge branch 'cs-api-0.4.0'
Diffstat (limited to 'lib/csapi/typing.h')
-rw-r--r--lib/csapi/typing.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/csapi/typing.h b/lib/csapi/typing.h
index aec489c2..c6201440 100644
--- a/lib/csapi/typing.h
+++ b/lib/csapi/typing.h
@@ -13,7 +13,7 @@ namespace QMatrixClient
// Operations
/// Informs the server that the user has started or stopped typing.
- ///
+ ///
/// This tells the server that the user is typing for the next N
/// milliseconds where N is the value specified in the ``timeout`` key.
/// Alternatively, if ``typing`` is ``false``, it tells the server that the
@@ -22,14 +22,14 @@ namespace QMatrixClient
{
public:
/*! Informs the server that the user has started or stopped typing.
- * \param userId
+ * \param userId
* The user who has started to type.
- * \param roomId
+ * \param roomId
* The room in which the user is typing.
- * \param typing
+ * \param typing
* Whether the user is typing or not. If ``false``, the ``timeout``
* key can be omitted.
- * \param timeout
+ * \param timeout
* The length of time in milliseconds to mark this user as typing.
*/
explicit SetTypingJob(const QString& userId, const QString& roomId, bool typing, Omittable<int> timeout = none);