diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-12 16:50:00 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-12 16:50:00 +0900 |
commit | c33680b62d968e1e0e2abcdc084eaecf5dd94d2f (patch) | |
tree | 32316f686aa75c9acd9ac69d01e686cd05395255 | |
parent | 393485594b2bb7ab3a7ddc7e49c8cae1105bf77e (diff) | |
download | libquotient-c33680b62d968e1e0e2abcdc084eaecf5dd94d2f.tar.gz libquotient-c33680b62d968e1e0e2abcdc084eaecf5dd94d2f.zip |
csapi/rooms.h: regenerate to update doc-comments
-rw-r--r-- | lib/csapi/rooms.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csapi/rooms.h b/lib/csapi/rooms.h index 415aa4ed..b4d3d9b6 100644 --- a/lib/csapi/rooms.h +++ b/lib/csapi/rooms.h @@ -160,9 +160,9 @@ namespace QMatrixClient * The room to get the member events for. * \param at * The token defining the timeline position as-of which to return - * the list of members. This token can be obtained from - * a ``prev_batch`` token returned for each room by the sync API, or - * from a ``start`` or ``end`` token returned by a /messages request. + * the list of members. This token can be obtained from a batch token + * returned for each room by the sync API, or from + * a ``start``/``end`` token returned by a ``/messages`` request. * \param membership * Only return users with the specified membership * \param notMembership |