/**
* @brief Gets the media content information.
* @since_tizen 2.3
- * @remarks You must release @a value using @c free().
+ * @remarks You must release @a value using free().
* @remarks The playback type should be local playback or HTTP streaming playback.
* @param[in] player The handle to the media player
* @param[in] key The key attribute name to get
/**
* @brief Gets language code of a track.
* @since_tizen 2.4
- * @remarks @a code must be released with @c free() by caller
+ * @remarks @a code must be released with free() by caller
* @remarks If audio offload is enabled by calling player_audio_offload_set_enabled(),
* this function will return #PLAYER_ERROR_NOT_AVAILABLE. (Since 5.5)
* @param[in] player The handle to the media player