From 51b777b6cb14d95ab98f628bf92ecf3dc220a85d Mon Sep 17 00:00:00 2001 From: SeonhyungLee Date: Mon, 15 Apr 2013 19:41:25 +0900 Subject: [PATCH] remove wrong description from doxygen Change-Id: I72a7fbc43f152c9eb18de87a2f23a6a1ba748456 --- inc/FUiAnimTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/FUiAnimTypes.h b/inc/FUiAnimTypes.h index 457b193..8a5b0b5 100644 --- a/inc/FUiAnimTypes.h +++ b/inc/FUiAnimTypes.h @@ -95,7 +95,7 @@ enum AnimationTargetType ANIMATION_TARGET_NONE = -1, /**< An invalid %Animation */ ANIMATION_TARGET_SIZE, /**< An animation for the size property */ ANIMATION_TARGET_POSITION, /**< An animation for the position property */ - ANIMATION_TARGET_ALPHA, /**< An animation for alpha property @n The value range for playing the alpha animation must be between @c 0.0 to @c 1.0. */ + ANIMATION_TARGET_ALPHA, /**< An animation for alpha property */ ANIMATION_TARGET_ROTATION, /**< An animation for rotate property @n The control will be rotated in the xy-plane along the z-axis. */ ANIMATION_TARGET_MAX // This enum value is for internal use only. // Using this enum value can cause behavioral, security-related, and consistency-related issues in the application. -- 2.7.4