Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / object / property-map.h
index daea471..92a6210 100644 (file)
@@ -33,7 +33,7 @@ namespace Dali
  * @{
  */
 
-typedef std::pair<std::string, Property::Value> StringValuePair;
+typedef std::pair<std::string, Property::Value> StringValuePair; ///< String and property value pair @since_tizen 2.4
 
 /**
  * @brief A Map of property values.
@@ -43,7 +43,7 @@ class DALI_IMPORT_API Property::Map
 {
 public:
 
-  typedef std::size_t SizeType;
+  typedef std::size_t SizeType; ///< Size type @since_tizen 2.4
 
   /**
    * @brief Default constructor.