Fix API reference error 85/204185/3
authorSukHyung, Kang <shine.kang@samsung.com>
Mon, 22 Apr 2019 05:28:55 +0000 (14:28 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Mon, 22 Apr 2019 05:33:43 +0000 (14:33 +0900)
Change-Id: Id29c26ec3643e774b761b775087e40c94119f5f4
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/app_control.h

index 872741e1917ae0ab2a1639514376bbc3a7eb02a3..6d2199341e1a584a5b4876e8e8b4ebac89602b1a 100755 (executable)
@@ -1242,7 +1242,7 @@ int app_control_foreach_app_matched(app_control_h app_control, app_control_app_m
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/appmanager.launch
- * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @ref Event module.
+ * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @ref CAPI_EVENT_MODULE module.
  * @remarks Since Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, the launch request of the service application over out of packages is restricted by the platform. Also, implicit launch requests are NOT delivered to service applications since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. To launch a service application, an explicit launch request with application ID given by the app_control_set_app_id() must be sent.
  *
  * @param[in]   app_control     The app_control handle
@@ -1427,7 +1427,7 @@ int app_control_enable_app_started_result_event(app_control_h app_control);
  * @since_tizen 5.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/appmanager.launch
- * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @ref Event Module.
+ * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @ref CAPI_EVENT_MODULE Module.
  * @remarks The launch request of the service application over out of packages is restricted by the platform. Also, implicit launch requests are NOT delivered to service applications since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. To launch a service application, an explicit launch request with application ID given by the app_control_set_app_id() must be sent.
  *
  * @param[in]   app_control     The app_control handle
@@ -1464,7 +1464,7 @@ int app_control_send_launch_request_async(app_control_h app_control,
  * @since_tizen 5.5
  * @privlevel public
  * @privilege %http://tizen.org/privilege/appmanager.launch
- * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT, which is only for handling the event from the platform or other applications, refer to the @ref Event Module.
+ * @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT, which is only for handling the event from the platform or other applications, refer to the @ref CAPI_EVENT_MODULE Module.
  * @remarks The platform does not allow launching service applications from packages other than the requesting application's package. Also, implicit launch requests are NOT delivered to service applications since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. To launch a service application, an explicit launch request with application ID set by app_control_set_app_id() must be sent.
  * @remarks If the callee application doesn't respond, the function returns a negative error value.
  * @remarks The @a reply must be released using app_control_destroy().