mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fix json api markup
This commit is contained in:
parent
d833049dce
commit
638648cf64
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue