From: SukHyung, Kang Date: Thu, 18 Apr 2019 08:43:23 +0000 (+0900) Subject: Fix API reference error X-Git-Tag: submit/tizen/20190422.074002~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59ad4d2bdff2c68b37d89f60e70bbb55439af629;p=platform%2Fcore%2Fapi%2Fapp-control.git Fix API reference error Change-Id: Ia4e38d52c9e5b52b01ce3c3648635076934fff90 Signed-off-by: SukHyung, Kang --- diff --git a/include/app_control.h b/include/app_control.h index d4b92e0..872741e 100755 --- a/include/app_control.h +++ b/include/app_control.h @@ -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);