Remove profile check condition 05/309805/1 tizen
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Apr 2024 03:50:16 +0000 (12:50 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Apr 2024 03:50:16 +0000 (12:50 +0900)
This patch removes profile check from the descriptions.

Change-Id: I36b1c1e89eb8f7bdd9b55ff83929e15291c92ffb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/media_key.h

index 6e724e7..cae684c 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
 /**
  * @brief Enumeration for error codes of a media key.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 
 typedef enum {
@@ -65,7 +65,7 @@ typedef enum {
 /**
  * @brief Enumeration for event statuses of a media key.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        MEDIA_KEY_STATUS_PRESSED,  /**< Pressed status */
@@ -76,7 +76,7 @@ typedef enum {
 /**
  * @brief Called when the status of the media key is changed.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @param[in] key The key whose status is changed
  * @param[in] status The status of the key
@@ -90,7 +90,7 @@ typedef void (*media_key_event_cb)(media_key_e key, media_key_event_e status, vo
 /**
  * @brief Registers a change event callback for all media keys.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @param[in] callback The callback function to invoke
  * @param[in] user_data The user data to be passed to the callback function
@@ -106,7 +106,7 @@ int media_key_reserve(media_key_event_cb callback, void* user_data);
 /**
  * @brief Unregisters the change event callback function.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @return  @c 0 on success,
  *          otherwise a negative error value