Fix wrong documentation 20/248220/1
authorhyunho <hhstark.kang@samsung.com>
Tue, 24 Nov 2020 03:27:58 +0000 (12:27 +0900)
committerhyunho <hhstark.kang@samsung.com>
Tue, 24 Nov 2020 03:27:58 +0000 (12:27 +0900)
Change-Id: Iaab448d056655d39bfa6967fd22a5496b435ecef
Signed-off-by: hyunho <hhstark.kang@samsung.com>
component_based/efl_base/api/service_component.h

index fe1d23df48cfcacfab6448ec19638aeda0191246..f79708d9cdbafec78b9ce2ab595e2abeb815710f 100644 (file)
@@ -124,8 +124,8 @@ typedef void (*service_component_save_content_cb)(
  * @param[in]   action          The name of the app_control action
  * @param[in]   app_control     The handle of the app_control
  * @param[in]   user_data       The user data passed from component_based_app_add_service_component() function
- * @see service_component_register_action()
- * @see service_component_deregister_action()
+ * @see component_register_action()
+ * @see component_deregister_action()
  */
 typedef void (*service_component_action_cb)(
                component_h context,