*
* @since_tizen 2.3
*
- * @remarks The @c packet must be released by using media_packet_destroy().
+ * @remarks The @a packet must be released by using media_packet_destroy().
* @param[in] fmt The allocated #media_format_h by caller
* @param[in] fcb The media_packet_finalize_cb() to register
* @param[in] fcb_data The user data to be passed to the media_packet_finalize_cb() function
* @brief Creates a media packet handle.
* @details It creates only media packet handle without allocated buffer.
* @since_tizen 6.5
- * @remarks The @c packet must be released by using media_packet_unref().
+ * @remarks The @a packet must be released by using media_packet_unref().
* @param[in] fmt The #media_format_h allocated by the caller
* @param[in] dcb The media_packet_dispose_cb() to register. Use @c NULL to skip the callback.
* @param[in] dcb_data The user data to be passed to the media_packet_dispose_cb() function
/**
* @brief Creates media packet handle and allocates buffer with #tbm_surface_h.
* @since_tizen 6.5
- * @remarks The @c packet must be released by using media_packet_unref().
+ * @remarks The @a packet must be released by using media_packet_unref().
* @param[in] fmt The #media_format_h allocated by caller
* @param[in] surface The #tbm_surface_h by caller
* @param[in] dcb The media_packet_dispose_cb() to register. Use @c NULL to skip the callback.
* @brief Creates media packet handle with already allocated buffer.
* @details It does not support video's #MEDIA_FORMAT_RAW type.
* @since_tizen 6.5
- * @remarks The @c packet must be released by using media_packet_unref().
+ * @remarks The @a packet must be released by using media_packet_unref().
* @param[in] fmt The allocated #media_format_h by caller
* @param[in] mem_ptr The memory pointer which is created by external module
* @param[in] size The buffer size value to set
*
* @since_tizen 2.3
*
- * @remarks The @c new_packet must be released by using media_packet_destroy().
+ * @remarks The @a new_packet must be released by using media_packet_destroy().
* @remarks It will return #MEDIA_PACKET_ERROR_INVALID_OPERATION \n
* if the media packet handle is from media_packet_new(), \n
* media_packet_new_alloc(), media_packet_new_from_tbm_surface() \n
*
* @since_tizen 2.3
*
- * @remarks The @c packet must be released by using media_packet_destroy().
+ * @remarks The @a packet must be released by using media_packet_destroy().
* @param[in] fmt The allocated #media_format_h by caller
* @param[in] surface The #tbm_surface_h by caller
* @param[in] fcb The media_packet_finalize_cb() to register
*
* @since_tizen 2.4
*
- * @remarks The @c packet must be released by using media_packet_destroy().
+ * @remarks The @a packet must be released by using media_packet_destroy().
* @param[in] fmt The allocated #media_format_h by caller
* @param[in] mem_ptr The memory pointer which is created by external module
* @param[in] size The buffer size value to set
*
* @since_tizen 2.4
*
- * @remarks The @c plane_data_ptr must not be released by using free(). Note that It is released by media_packet_destroy() or tbm_surface_destroy().
+ * @remarks The @a plane_data_ptr must not be released by using free(). Note that It is released by media_packet_destroy() or tbm_surface_destroy().
* @param[in] packet The media packet handle
* @param[in] plane_idx The plane index value
* @param[out] plane_data_ptr The plane data pointer from tbm_surface