Fix RsServiceControl::getServiceItemNames doc

Was breaking JSON API and causing some compilation warnings
This commit is contained in:
Gioacchino Mazzurco 2018-09-12 00:31:16 +02:00
parent b138263878
commit 5495f43c51
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -149,7 +149,7 @@ public:
/**
* @brief getServiceItemNames return a map of service item names.
* @jsonapi{development}
* @param[in] service_id service to look up
* @param[in] serviceId service to look up
* @param[out] names names of items
* @return true on success false otherwise
*/