diff options
Diffstat (limited to 'lib/csapi/logout.h')
-rw-r--r-- | lib/csapi/logout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csapi/logout.h b/lib/csapi/logout.h index f124ac68..3ef3c656 100644 --- a/lib/csapi/logout.h +++ b/lib/csapi/logout.h @@ -12,7 +12,7 @@ namespace QMatrixClient // Operations /// Invalidates a user access token - /// + /// /// Invalidates an existing access token, so that it can no longer be used for /// authorization. class LogoutJob : public BaseJob @@ -31,7 +31,7 @@ namespace QMatrixClient }; /// Invalidates all access tokens for a user - /// + /// /// Invalidates all access tokens for a user, so that they can no longer be used for /// authorization. This includes the access token that made this request. /// |