Remove fields that do not need to be replaced
[platform/core/api/media-content.git] / include_product / media_tag.h
index 8338a56..d87027c 100755 (executable)
@@ -230,7 +230,7 @@ int media_tag_clone(media_tag_h *dst, media_tag_h src);
 /**
  * @brief Destroys the media tag.
  * @details This function frees all resources related to the tag handle. The tag handle can no longer
- *          be used for any operation. A new tag handle has to be created before next usage.
+ *          be used for any operations. A new tag handle has to be created before next usage.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -290,7 +290,7 @@ int media_tag_get_name(media_tag_h tag, char **tag_name);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @remarksThe @a tag should be released using media_tag_destroy().
+ * @remarks The @a tag should be released using media_tag_destroy().
  *
  * @param[in] tag_id The ID of the media tag
  * @param[out] tag The handle to the media tag