Fix API reference error 01/204201/1
authorSukHyung, Kang <shine.kang@samsung.com>
Mon, 22 Apr 2019 06:18:54 +0000 (15:18 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Mon, 22 Apr 2019 06:18:54 +0000 (15:18 +0900)
Change-Id: Ia6a696bff483cd241b15bf5de7122db55991adc5
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/app_control.h

index e918c6d2fe15ad35dabb2fa8a85b28022b4ebbaf..4639ae258ded6fcab551bf2c2c5a28b5e059d64a 100755 (executable)
@@ -1060,7 +1060,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 @a 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 @a 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
  * @param[in] callback The callback function to be called when the reply is delivered