aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/event_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/event_context.h')
-rw-r--r--lib/csapi/event_context.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/event_context.h b/lib/csapi/event_context.h
index 41ee202c..a5fda7ea 100644
--- a/lib/csapi/event_context.h
+++ b/lib/csapi/event_context.h
@@ -14,7 +14,7 @@ namespace QMatrixClient
// Operations
/// Get events and state around the specified event.
- ///
+ ///
/// This API returns a number of events that happened just before and
/// after the specified event. This allows clients to get the context
/// surrounding an event.
@@ -22,11 +22,11 @@ namespace QMatrixClient
{
public:
/*! Get events and state around the specified event.
- * \param roomId
+ * \param roomId
* The room to get events from.
- * \param eventId
+ * \param eventId
* The event to get context around.
- * \param limit
+ * \param limit
* The maximum number of events to return. Default: 10.
*/
explicit GetEventContextJob(const QString& roomId, const QString& eventId, Omittable<int> limit = none);