[4.0] add doc for API reference
[platform/core/uifw/dali-core.git] / dali / public-api / common / dali-vector.h
old mode 100644 (file)
new mode 100755 (executable)
index 8d16df1..8422677
@@ -416,9 +416,13 @@ public: // API
   typedef const T* ConstIterator; ///< Const iterator @SINCE_1_0.0
   typedef T  ItemType; ///< Item type @SINCE_1_0.0
 
+  /**
+   * @brief Enumeration for BaseType.
+   * @SINCE_1_0.0
+   */
   enum
   {
-    BaseType = IsTrivialType
+    BaseType = IsTrivialType ///< @SINCE_1_0.0
   };
 
   /**