From: SukHyung, Kang Date: Wed, 13 Nov 2019 07:34:42 +0000 (+0900) Subject: Fix api reference for component based app X-Git-Tag: submit/tizen_5.5/20191115.012000~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cd56c10b7e1c1651147efaf92791a0747c410a0;p=platform%2Fcore%2Fappfw%2Fcomponent-based-application.git Fix api reference for component based app Change-Id: I180f462c8968cff12114f89f4cb5ac4117800203 Signed-off-by: SukHyung, Kang --- diff --git a/component_based/efl_base/api/component_based_app.h b/component_based/efl_base/api/component_based_app.h index b01aa37..5b070b8 100644 --- a/component_based/efl_base/api/component_based_app.h +++ b/component_based/efl_base/api/component_based_app.h @@ -81,7 +81,7 @@ typedef struct { * otherwise a negative error value * @retval #APP_ERROR_NONE Successful * @retval #APP_ERROR_INVALID_PARAMETER Invalid parameter - * @see component_based_app_exit(); + * @see component_based_app_exit() */ int component_based_app_main(int argc, char **argv, component_based_app_lifecycle_callback_s *callback,