From 976c7a7c02c167ba636cbffd224f9e88afff77ff Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Thu, 25 Feb 2016 14:08:24 +0900 Subject: Update doxygen for app_control_set_defapp func Change-Id: I16bf95107e1e48bcfd12c041da3b2075192eadd1 Signed-off-by: Myungki Lee --- include/app_control.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/app_control.h b/include/app_control.h index b6f879b..ebef2e0 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -1080,7 +1080,8 @@ int app_control_get_launch_mode(app_control_h app_control, int app_control_enable_app_started_result_event(app_control_h app_control); /** - * @brief Set the ID of default application associated with operation, mime-type and uri. + * @platform + * @brief Sets the ID of default application associated with operation, mime-type and uri. * * @since_tizen 3.0 * @privlevel platform @@ -1098,7 +1099,8 @@ int app_control_enable_app_started_result_event(app_control_h app_control); int app_control_set_defapp(app_control_h app_control, const char *app_id); /** - * @brief Unset default application setting of an application for app_controls. + * @platform + * @brief Unsets default application control setting of an application. * * @details When an user call this API, all the default application settings for the app_id are unset. * -- cgit v1.2.3