aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/account-data.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-19 15:01:33 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-19 15:03:24 +0200
commite17764a1ae81393968dfb747c7b67353c109bc71 (patch)
treebbff0707ae3622e22c67d0cc310370eb5126ac7e /lib/csapi/account-data.h
parentcbd107e595bbb78ef3411a4a92f66d495c6fc5b4 (diff)
downloadlibquotient-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/account-data.h')
-rw-r--r--lib/csapi/account-data.h4
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.