diff options
Diffstat (limited to 'lib/csapi/account-data.h')
-rw-r--r-- | lib/csapi/account-data.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/csapi/account-data.h b/lib/csapi/account-data.h index 1c7b555b..9a31596f 100644 --- a/lib/csapi/account-data.h +++ b/lib/csapi/account-data.h @@ -18,7 +18,6 @@ class SetAccountDataJob : public BaseJob { public: /*! \brief Set some account_data for the user. * - * * \param userId * The ID of the user to set account_data for. The access token must be * authorized to make requests for this user ID. @@ -43,7 +42,6 @@ class GetAccountDataJob : public BaseJob { public: /*! \brief Get some account_data for the user. * - * * \param userId * The ID of the user to get account_data for. The access token must be * authorized to make requests for this user ID. @@ -73,7 +71,6 @@ class SetAccountDataPerRoomJob : public BaseJob { public: /*! \brief Set some account_data for the user. * - * * \param userId * The ID of the user to set account_data for. The access token must be * authorized to make requests for this user ID. @@ -102,7 +99,6 @@ class GetAccountDataPerRoomJob : public BaseJob { public: /*! \brief Get some account_data for the user. * - * * \param userId * The ID of the user to set account_data for. The access token must be * authorized to make requests for this user ID. |