Merge "Apply the new doxygen tagging rule for @SINCE" into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / scrollable / item-view / default-item-layout.h
index 6f4eb00..a08c525 100644 (file)
@@ -26,21 +26,26 @@ namespace Dali
 
 namespace Toolkit
 {
+/**
+ * @addtogroup dali_toolkit_controls_item_view
+ * @{
+ */
 
 namespace DefaultItemLayout
 {
 
 enum Type
 {
-  DEPTH,     ///< Items arranged in a grid, scrolling along the Z-Axis.
-  GRID,      ///< Items arranged in a grid, scrolling along the Y-Axis.
-  LIST,      ///< One item per line, scrolling along the Y-Axis.
-  SPIRAL     ///< Items arranged in a spiral, centered around the Y-Axis.
+  DEPTH,     ///< Items arranged in a grid, scrolling along the Z-Axis. @SINCE_1_0.0
+  GRID,      ///< Items arranged in a grid, scrolling along the Y-Axis. @SINCE_1_0.0
+  LIST,      ///< One item per line, scrolling along the Y-Axis. @SINCE_1_0.0
+  SPIRAL     ///< Items arranged in a spiral, centered around the Y-Axis. @SINCE_1_0.0
 };
 
 /**
  * @brief Creates a built-in default item-layout
  *
+ * @SINCE_1_0.0
  * @param[in]  type  The type of layout required.
  *
  * @return An ItemLayoutPtr to the newly created layout.
@@ -49,6 +54,9 @@ DALI_IMPORT_API ItemLayoutPtr New( Type type );
 
 } // namespace DefaultItemLayout
 
+/**
+ * @}
+ */
 } // namespace Toolkit
 
 } // namespace Dali