mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
Fix RsServiceControl::getServiceItemNames doc
Was breaking JSON API and causing some compilation warnings
This commit is contained in:
parent
b138263878
commit
5495f43c51
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* @brief getServiceItemNames return a map of service item names.
|
* @brief getServiceItemNames return a map of service item names.
|
||||||
* @jsonapi{development}
|
* @jsonapi{development}
|
||||||
* @param[in] service_id service to look up
|
* @param[in] serviceId service to look up
|
||||||
* @param[out] names names of items
|
* @param[out] names names of items
|
||||||
* @return true on success false otherwise
|
* @return true on success false otherwise
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue