Fix next frame time build issue to cast to platform supported duration.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / toolkit-property-index-ranges.h
index a73cf06..c3bb73b 100644 (file)
@@ -26,7 +26,15 @@ namespace Dali
 
 namespace Toolkit
 {
+/**
+ * @addtogroup dali_toolkit_controls
+ * @{
+ */
 
+/**
+ * @brief Enumeration for the start and end property ranges.
+ * @SINCE_1_1.45
+ */
 enum PropertyRanges
 {
   VISUAL_PROPERTY_BASE_START_INDEX  = CORE_PROPERTY_MAX_INDEX + 1,             ///< Visual Property Base Start Index. @SINCE_1_1.45
@@ -35,6 +43,9 @@ enum PropertyRanges
   VISUAL_PROPERTY_END_INDEX   = VISUAL_PROPERTY_START_INDEX + 100000,          ///< Visual Property End Index. @SINCE_1_1.45
 };
 
+/**
+ * @}
+ */
 } // namespace Toolkit
 
 } // namespace Dali