From 1e56154da57117c5f30193a91c4c12c66910bac6 Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Thu, 24 Mar 2016 16:21:33 +0900 Subject: [PATCH] fix doxygen comments Change-Id: I9270952af82a92bec1001328e9e37e80796d8bdb Signed-off-by: Myungki Lee --- include/app_context.h | 2 +- include/app_manager.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4