Add Deprecate tag
authorkhee85.lee <khee85.lee@samsung.com>
Fri, 31 May 2013 07:31:25 +0000 (16:31 +0900)
committerkhee85.lee <khee85.lee@samsung.com>
Fri, 31 May 2013 07:39:48 +0000 (16:39 +0900)
Change-Id: I3f20a51969e84298c4fc1a184d571b56dcdbdac3
Signed-off-by: khee85.lee <khee85.lee@samsung.com>
inc/FUiAnimFrameAnimator.h
inc/FUiAnimVisualElement.h

index 794b374..e7dff7b 100644 (file)
@@ -109,6 +109,8 @@ public:
        /**
         * Sets the specified form as the current form of the frame with an animation.
         *
+        * @brief       <i> [Deprecated] </i>
+        * @deprecated  This API is deprecated.
         * @since       2.0
         *
         * @return              An error code
index f9897c6..c2edef3 100644 (file)
@@ -383,6 +383,8 @@ public:
        /**
         * Checks whether this instance is a child or descendant of the specified one.
         *
+        * @brief       <i> [Deprecated] </i>
+        * @deprecated  This API is deprecated.
         * @since               2.0
         *
         * @return              @c true if this instance is a child or descendant of the specified one, @n
@@ -410,6 +412,8 @@ public:
         * The %AttachChild() method attaches the specified @c child at the highest position in the Z order group of the @c child.
         * If you need to change Z-Order group, you can change it using the SetZOrderGroup() method.
         *
+        * @brief       <i> [Deprecated] </i>
+        * @deprecated  This API is deprecated.
         * @since               2.0
         *
         * @return              An error code
@@ -453,6 +457,8 @@ public:
         * If @c pReference is not @c null, the Z order group of @c child will be changed into that of @c pReference and @c child will be
         * placed right above or below the @c pReference instance according to the @c above parameter.
         *
+        * @brief       <i> [Deprecated] </i>
+        * @deprecated  This API is deprecated.
         * @since               2.0
         *
         * @return              An error code
@@ -510,6 +516,8 @@ public:
        /**
         * Detaches a child from this instance.
         *
+        * @brief       <i> [Deprecated] </i>
+        * @deprecated  This API is deprecated.
         * @since               2.0
         *
         * @return              An error code