remove wrong description from doxygen
authorSeonhyungLee <sh2644.lee@samsung.com>
Mon, 15 Apr 2013 10:41:25 +0000 (19:41 +0900)
committerSeonhyungLee <sh2644.lee@samsung.com>
Mon, 15 Apr 2013 10:41:25 +0000 (19:41 +0900)
Change-Id: I72a7fbc43f152c9eb18de87a2f23a6a1ba748456

inc/FUiAnimTypes.h

index 457b193..8a5b0b5 100644 (file)
@@ -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.