diff options
Diffstat (limited to 'lib/csapi/profile.h')
-rw-r--r-- | lib/csapi/profile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/csapi/profile.h b/lib/csapi/profile.h index 5b0d06d9..88bf3166 100644 --- a/lib/csapi/profile.h +++ b/lib/csapi/profile.h @@ -17,7 +17,6 @@ class SetDisplayNameJob : public BaseJob { public: /*! \brief Set the user's display name. * - * * \param userId * The user whose display name to set. * @@ -38,7 +37,6 @@ class GetDisplayNameJob : public BaseJob { public: /*! \brief Get the user's display name. * - * * \param userId * The user whose display name to get. */ @@ -69,7 +67,6 @@ class SetAvatarUrlJob : public BaseJob { public: /*! \brief Set the user's avatar URL. * - * * \param userId * The user whose avatar URL to set. * @@ -90,7 +87,6 @@ class GetAvatarUrlJob : public BaseJob { public: /*! \brief Get the user's avatar URL. * - * * \param userId * The user whose avatar URL to get. */ @@ -120,7 +116,6 @@ class GetUserProfileJob : public BaseJob { public: /*! \brief Get this user's profile information. * - * * \param userId * The user whose profile information to get. */ |