[0.3.84] fix doxygen bug 69/184669/1 accepted/tizen/4.0/unified/20180723.095550 submit/tizen_4.0/20180720.052517
authorEunhae Choi <eunhae1.choi@samsung.com>
Fri, 20 Jul 2018 05:18:53 +0000 (14:18 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Fri, 20 Jul 2018 05:18:53 +0000 (14:18 +0900)
Change-Id: I8ff571c93f94efbb677d8438bdc9a98bfeff59d9

include/player.h

index 7a4b9ab1d021975ee9dd26feb840bdf491fd9d84..54cc5bfff2dd5486353f16a74ec6660c1088b878 100644 (file)
@@ -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);