From: Minkyoung Kang Date: Thu, 27 Jun 2013 06:18:31 +0000 (+0900) Subject: update header for removing Doxygen warning X-Git-Tag: accepted/tizen/20130924.144426~1^2~297^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef612ff88fd9057b7d30b332783a4ff3dbef5c32;p=platform%2Fframework%2Fnative%2Fuifw.git update header for removing Doxygen warning Change-Id: I300e092e8ac5b75d6a8bc3b517cc8a60b3e9ce97 --- diff --git a/inc/FUiScenesSceneManager.h b/inc/FUiScenesSceneManager.h index 79753a4..49e0da4 100644 --- a/inc/FUiScenesSceneManager.h +++ b/inc/FUiScenesSceneManager.h @@ -261,7 +261,7 @@ public: * @param[in] duration The duration of the animation in milliseconds @n The maximum duration is one second. * @param[in] interpolatorType The type of interpolator used for the intermediate value calculation of the animation * @exception E_SUCCESS The method is successful. - * @exception E_INVALID_ARG The specified @animationType is either @c SCENE_TRANSITION_ANIMATION_TYPE_NONE or + * @exception E_INVALID_ARG The specified @c animationType is either @c SCENE_TRANSITION_ANIMATION_TYPE_NONE or * @c SCENE_TRANSITION_ANIMATION_TYPE_CUSTOM. * @see GoForward() * @see GoBackward()