fix doxygen comments 74/63474/1
authorMyungki Lee <mk5004.lee@samsung.com>
Thu, 24 Mar 2016 07:21:33 +0000 (16:21 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Thu, 24 Mar 2016 07:21:33 +0000 (16:21 +0900)
Change-Id: I9270952af82a92bec1001328e9e37e80796d8bdb
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
include/app_context.h
include/app_manager.h

index 87e54fb..821882d 100644 (file)
@@ -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
 {
index 3ee58f7..eb3d045 100644 (file)
@@ -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