diff options
Diffstat (limited to 'lib/csapi/notifications.h')
-rw-r--r-- | lib/csapi/notifications.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/notifications.h b/lib/csapi/notifications.h index 4edb9c3e..7d1630be 100644 --- a/lib/csapi/notifications.h +++ b/lib/csapi/notifications.h @@ -17,7 +17,7 @@ namespace QMatrixClient // Operations /// Gets a list of events that the user has been notified about - /// + /// /// This API is used to paginate through the list of events that the /// user has been, or would have been notified about. class GetNotificationsJob : public BaseJob @@ -49,11 +49,11 @@ namespace QMatrixClient // Construction/destruction /*! Gets a list of events that the user has been notified about - * \param from + * \param from * Pagination token given to retrieve the next set of events. - * \param limit + * \param limit * Limit on the number of events to return in this request. - * \param only + * \param only * Allows basic filtering of events returned. Supply ``highlight`` * to return only events where the notification had the highlight * tweak set. |