From: Sejun Park Date: Thu, 18 Jul 2024 08:33:22 +0000 (+0900) Subject: remove description for unknown function that doesn't exist X-Git-Tag: accepted/tizen/8.0/unified/20241011.164854~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa8ab833bf23961c884abe892a28e57754d33cb4;p=platform%2Fcore%2Fuifw%2Ftts.git remove description for unknown function that doesn't exist Change-Id: I397ec6b01d7c983ba4e7d75c5f5006c933161b6a --- diff --git a/include/tts.h b/include/tts.h index 95430aef..5ac21f90 100644 --- a/include/tts.h +++ b/include/tts.h @@ -1082,7 +1082,6 @@ int tts_unset_service_state_changed_cb(tts_h tts); * @retval #TTS_ERROR_INVALID_PARAMETER Invalid parameter * @retval #TTS_ERROR_INVALID_STATE Invalid state * @pre The state should be #TTS_STATE_CREATED. - * @see tts_get_playing_mode() * @see tts_play() */ int tts_set_playing_mode(tts_h tts, tts_playing_mode_e mode);