[ml-service] Add missing doxygen tag accepted/tizen/unified/20220825.053102 submit/tizen/20220825.022456
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Mon, 22 Aug 2022 09:09:10 +0000 (18:09 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 25 Aug 2022 01:40:31 +0000 (10:40 +0900)
- Add missing doxygen tag of an API

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
c/src/ml-api-service-agent-client.c

index 997396b..19f2a8d 100644 (file)
@@ -145,6 +145,9 @@ ml_service_delete_pipeline (const char *name)
   return ret;
 }
 
+/**
+ * @brief Launch the pipeline of given service.
+ */
 int
 ml_service_launch_pipeline (const char *name, ml_service_h * h)
 {