Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / object / handle.h
index 8e793ad..e0db7c5 100644 (file)
@@ -63,6 +63,7 @@ public:
      * @brief Some objects support dynamic property creation at run-time.
      *
      * New properties are registered by calling RegisterProperty() with an unused property name.
+     * @since_tizen 2.4
      */
     DYNAMIC_PROPERTIES = 0x01,
   };
@@ -167,6 +168,7 @@ public:
 
   /**
    * @brief Query the index of a property.
+   *
    * Returns the first property index that matches the given name exactly.
    *
    * @since_tizen 2.4
@@ -367,6 +369,10 @@ public:
 
 };
 
+/**
+ * @brief WeightObject namespace
+ * @since_tizen 2.4
+ */
 namespace WeightObject
 {