fix doxygen header issues 93/317693/1
authorhjkim <backto.kim@samsung.com>
Fri, 13 Sep 2024 05:07:09 +0000 (14:07 +0900)
committerhjkim <backto.kim@samsung.com>
Fri, 13 Sep 2024 05:07:09 +0000 (14:07 +0900)
Change-Id: Ic177c489845eaec38145becad73765cf45bd2f9d

include/tv/player.h

index 9ed9b03eabaef6f0b71373661153e9fa4e3463aa..9c5feef346448cc06236eb007dda2e26ee765b71 100644 (file)
@@ -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 @if WEARABLE 2.3.1 @else 2.3 @endif
- * @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 @if WEARABLE 3.0 @else 2.4 @endif
- * @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