aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/peeking_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/peeking_events.h')
-rw-r--r--lib/csapi/peeking_events.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/peeking_events.h b/lib/csapi/peeking_events.h
index f8e8b966..5a6e513c 100644
--- a/lib/csapi/peeking_events.h
+++ b/lib/csapi/peeking_events.h
@@ -14,7 +14,7 @@ namespace QMatrixClient
// Operations
/// Listen on the event stream.
- ///
+ ///
/// This will listen for new events related to a particular room and return
/// them to the caller. This will block until an event is received, or until
/// the ``timeout`` is reached.
@@ -29,12 +29,12 @@ namespace QMatrixClient
{
public:
/*! Listen on the event stream.
- * \param from
+ * \param from
* The token to stream from. This token is either from a previous
* request to this API or from the initial sync API.
- * \param timeout
+ * \param timeout
* The maximum time in milliseconds to wait for an event.
- * \param roomId
+ * \param roomId
* The room ID for which events should be returned.
*/
explicit PeekEventsJob(const QString& from = {}, Omittable<int> timeout = none, const QString& roomId = {});