From: Eunhae Choi Date: Fri, 20 Jul 2018 05:18:53 +0000 (+0900) Subject: [0.3.84] fix doxygen bug X-Git-Tag: submit/tizen_4.0/20180720.052517^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bd93a796f8725e815f7771b3099d9b5d77039c6;p=platform%2Fcore%2Fapi%2Fplayer.git [0.3.84] fix doxygen bug Change-Id: I8ff571c93f94efbb677d8438bdc9a98bfeff59d9 --- diff --git a/include/player.h b/include/player.h index 7a4b9ab..54cc5bf 100644 --- a/include/player.h +++ b/include/player.h @@ -839,7 +839,7 @@ int player_stop(player_h player); * @retval #PLAYER_ERROR_INVALID_STATE Invalid player state * @retval #PLAYER_ERROR_SOUND_POLICY Sound policy error * @pre The player state must be set to #PLAYER_STATE_PLAYING. - * @post The player state will be #PLAYER_STATE_READY. + * @post The player state will be #PLAYER_STATE_PAUSED. * @see player_start() */ int player_pause(player_h player);