Remove profile tag
[platform/core/api/media-content.git] / include / media_content.h
index 90dbc2b..5d394b2 100755 (executable)
@@ -50,7 +50,7 @@ extern "C" {
  * @brief Connects to the media content service.
  * @details Any media content related function call should be invoked after this function call.
  *
- * @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
@@ -69,7 +69,7 @@ int media_content_connect(void);
  * @details This function closes connection to the media content service. Any further media content related operation
  *          cannot be performed after this function is called.
  *
- * @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
@@ -91,7 +91,7 @@ int media_content_disconnect(void);
  *          If requested file does not exist on file system, information of the media file will be removed from the media DB. \n
  *          If file information does not exist in DB, this function will be return #MEDIA_CONTENT_ERROR_INVALID_PARAMETER.
  *
- * @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 \n
@@ -139,7 +139,7 @@ int media_content_scan_file(const char *path);
  *          Alternatively, you can call this function on any parent of source location and on any parent of destination location.\n
  *          You can also call the function once, on a folder which is a parent of both source and destination.\n
  *
- * @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 \n
@@ -178,7 +178,7 @@ int media_content_scan_folder(const char *path, bool is_recursive, media_scan_co
 
 /**
  * @brief Requests to cancel the media folder scanning.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] path The folder path
  *