fix doxygen header issues 92/317692/1 accepted/tizen/unified/20240919.163726 accepted/tizen/unified/dev/20240920.060420 accepted/tizen/unified/x/20240920.053155
authorhjkim <backto.kim@samsung.com>
Fri, 13 Sep 2024 05:03:56 +0000 (14:03 +0900)
committerhjkim <backto.kim@samsung.com>
Fri, 13 Sep 2024 05:04:15 +0000 (14:04 +0900)
Change-Id: I6bd6f49fbbfa69a54126176f7e1219e5cd4ab597

include/tv/player.h

index 0d453a68dabd38ded572838b4ee9f8c47921f4bd..06f4143f515a0028046d4a3ecb6900804948c6cc 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 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