From: hjkim Date: Fri, 13 Sep 2024 05:03:56 +0000 (+0900) Subject: fix doxygen header issues X-Git-Tag: accepted/tizen/unified/20240919.163726^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f01a6a6edf8a88679c2050e54c3acce3f31ec71d;p=platform%2Fcore%2Fapi%2Fplayer.git fix doxygen header issues Change-Id: I6bd6f49fbbfa69a54126176f7e1219e5cd4ab597 --- diff --git a/include/tv/player.h b/include/tv/player.h index 0d453a6..06f4143 100644 --- a/include/tv/player.h +++ b/include/tv/player.h @@ -1470,7 +1470,7 @@ int player_get_display_rotation(player_h player, player_display_rotation_e *rota /** * @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 @@ -2020,7 +2020,7 @@ int player_get_current_track(player_h player, player_stream_type_e type, int *in /** * @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