diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-19 15:01:33 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-19 15:03:24 +0200 |
commit | e17764a1ae81393968dfb747c7b67353c109bc71 (patch) | |
tree | bbff0707ae3622e22c67d0cc310370eb5126ac7e /lib/csapi/profile.h | |
parent | cbd107e595bbb78ef3411a4a92f66d495c6fc5b4 (diff) | |
download | libquotient-e17764a1ae81393968dfb747c7b67353c109bc71.tar.gz libquotient-e17764a1ae81393968dfb747c7b67353c109bc71.zip |
csapi/: generated using the latest GTAD and matrix-doc
For matrix-doc, specifically, it is master (5cb4b086) merged with
https://github.com/matrix-org/matrix-doc/pull/2518.
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. */ |