summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-03-24 16:21:33 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-03-24 16:21:33 +0900
commit1e56154da57117c5f30193a91c4c12c66910bac6 (patch)
tree6ceb2bc72f5c11fc65b223455a3195f792851974
parentb627004ef464947ca3458dedf7d41fb10f8ae466 (diff)
downloadapp-manager-1e56154da57117c5f30193a91c4c12c66910bac6.tar.gz
app-manager-1e56154da57117c5f30193a91c4c12c66910bac6.tar.bz2
app-manager-1e56154da57117c5f30193a91c4c12c66910bac6.zip
fix doxygen comments
Change-Id: I9270952af82a92bec1001328e9e37e80796d8bdb Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
-rw-r--r--include/app_context.h2
-rw-r--r--include/app_manager.h6
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