Fix api reference for component based app 59/217659/1
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 13 Nov 2019 07:32:43 +0000 (16:32 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 13 Nov 2019 07:32:43 +0000 (16:32 +0900)
Change-Id: Ib40389e6e3f3ae0e80da405e7a4060c919a38a1d
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
component_based/efl_base/api/component_based_app.h

index b01aa37df76be1dfbe32d680e8d9961b1583b796..5b070b83553943b6e7e1d5bf0afcf57a3b78faa9 100644 (file)
@@ -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,