Fix API reference error 75/203975/1
authorSukHyung, Kang <shine.kang@samsung.com>
Thu, 18 Apr 2019 08:43:23 +0000 (17:43 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Thu, 18 Apr 2019 08:43:23 +0000 (17:43 +0900)
Change-Id: Ia4e38d52c9e5b52b01ce3c3648635076934fff90
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/app_control.h

index d4b92e0a1a11c0a888736177cfd9c8c176b5ecba..872741e1917ae0ab2a1639514376bbc3a7eb02a3 100755 (executable)
@@ -752,7 +752,7 @@ typedef struct app_control_action_s *app_control_action_h;
  * @param[in]   app_control     The handle of the app_control
  * @param[in]   user_data       The user data passed from the callback registration function
  * @see app_control_add_action_handler()
- * @see @ref CAPI_APP_APPLICATION_MODULE API
+ * @see @ref CAPI_APPLICATION_MODULE API
  */
 typedef void (*app_control_action_cb)(const char *action,
                app_control_h app_control, void *user_data);