fix json api markup

This commit is contained in:
sehraf 2020-05-03 20:57:48 +02:00
parent d833049dce
commit 638648cf64
No known key found for this signature in database
GPG Key ID: DF09F6EAE356B2C6

View File

@ -337,9 +337,9 @@ public:
* @brief Get channel comments corresponding to the given IDs.
* If the set is empty, nothing is returned.
* @jsonapi{development}
* @param channelId id of the channel of which the content is requested
* @param contentIds ids of requested contents
* @param comments storage for the comments
* @param[in] channelId id of the channel of which the content is requested
* @param[in] contentIds ids of requested contents
* @param[out] comments storage for the comments
* @return false if something failed, true otherwhise
*/
virtual bool getChannelComments(const RsGxsGroupId &channelId,