Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / animation / constraint-source.h
index c9c70fb..44395f3 100644 (file)
@@ -37,9 +37,9 @@ namespace Dali
  */
 enum SourceType
 {
-  OBJECT_PROPERTY, ///< The property comes from an arbitrary object.
-  LOCAL_PROPERTY,  ///< The property comes from the object which the constraint is applied to.
-  PARENT_PROPERTY  ///< The property comes from the parent of the object, which the constraint is applied to.
+  OBJECT_PROPERTY, ///< The property comes from an arbitrary object. @since_tizen 2.4
+  LOCAL_PROPERTY,  ///< The property comes from the object which the constraint is applied to. @since_tizen 2.4
+  PARENT_PROPERTY  ///< The property comes from the parent of the object, which the constraint is applied to. @since_tizen 2.4
 };