From: Myungki Lee Date: Thu, 24 Mar 2016 07:21:33 +0000 (+0900) Subject: fix doxygen comments X-Git-Tag: accepted/tizen/common/20160330.120101~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F63474%2F1;p=platform%2Fcore%2Fapi%2Fapp-manager.git fix doxygen comments Change-Id: I9270952af82a92bec1001328e9e37e80796d8bdb Signed-off-by: Myungki Lee --- diff --git a/include/app_context.h b/include/app_context.h index 87e54fb..821882d 100644 --- a/include/app_context.h +++ b/include/app_context.h @@ -44,7 +44,7 @@ typedef struct app_context_s *app_context_h; /** * @brief Enumeration for Application Context Event. - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif */ typedef enum { diff --git a/include/app_manager.h b/include/app_manager.h index 3ee58f7..eb3d045 100644 --- a/include/app_manager.h +++ b/include/app_manager.h @@ -91,7 +91,7 @@ typedef bool (*app_manager_app_info_cb) (app_info_h app_info, void *user_data); /** * @brief Registers a callback function to be invoked when the applications get launched or terminated. - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * @privlevel public * @privilege %http://tizen.org/privilege/packagemanager.info * @param[in] callback The callback function to register @@ -110,7 +110,7 @@ int app_manager_set_app_context_event_cb(app_manager_app_context_event_cb callba /** * @brief Unregisters the callback function. - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * @see app_manager_set_app_event_cb() * @see app_manager_app_context_event_cb() */ @@ -223,7 +223,7 @@ int app_manager_resume_app(app_context_h app_context); /** * @brief Terminates the back ground application.\n * UI applications that are in paused state or some service applications could be required to terminate by this API. - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * @privlevel public * @privilege %http://tizen.org/privilege/appmanager.kill.bgapp * @remarks This function returns after it just sends a request for terminating a background application.\n