Remove profile tag
[platform/core/api/media-content.git] / include_product / media_content_product.h
index 4107636..2e1e2c6 100755 (executable)
@@ -158,7 +158,7 @@ int media_folder_reset_scan_status(const char *storage_uuid, const char* path);
 
 /**
  * @brief Sets the folder name.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @param[in] folder The handle to the media folder
  * @param[in] name The name of the media folder
@@ -179,7 +179,7 @@ int media_folder_set_name(media_folder_h folder, const char *name);
  * @details The function updates the given media folder in the media database. The function should be called after any change in folder attributes, to be updated to the media
  *          database.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @privlevel public
  * @privilege %http://tizen.org/privilege/content.write
@@ -266,7 +266,7 @@ int media_storage_get_scan_status(const char *storage_uuid, media_storage_scan_s
  *          The @a callback function will be invoked for every retrieved media storage.
  *          If @c NULL is passed to the @a filter, then no filtering is applied.
  *
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] filter The handle to the media filter
  * @param[in] callback The callback function to be invoked
@@ -295,7 +295,7 @@ int media_storage_foreach_storage_from_db(filter_h filter, media_storage_cb call
  *          can no longer be used to perform any operations. New media storage handle has to
  *          be created before the next usage.
  *
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] storage The media storage handle
  *
@@ -319,7 +319,7 @@ int media_storage_destroy(media_storage_h storage);
  *          available through media storage foreach function such as media_storage_foreach_storage_from_db().
  *          To use this handle outside of these foreach functions, use this function.
  *
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
  *
  * @remarks The @a dst should be released using media_storage_destroy().
  *
@@ -341,7 +341,7 @@ int media_storage_clone(media_storage_h *dst, media_storage_h src);
 
 /**
  * @brief Gets the storage id of media storage.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
  *
  * @remarks The @a storage_id should be released using free().
  *
@@ -359,7 +359,7 @@ int media_storage_get_id(media_storage_h storage, char **storage_id);
 
 /**
  * @brief Gets the storage path of media storage.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
  *
  * @remarks The @a storage_path should be released using free().
  *