Merge "Text - Fix for input style when there is a long press event." into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / scrollable / item-view / default-item-layout.h
index a08c525..f90fd39 100644 (file)
@@ -31,9 +31,17 @@ namespace Toolkit
  * @{
  */
 
+/**
+ * @brief Default item layout mode.
+ * @SINCE_1_0.0
+ */
 namespace DefaultItemLayout
 {
 
+/**
+ * @brief The type of DefaultItemLayout
+ * @SINCE_1_0.0
+ */
 enum Type
 {
   DEPTH,     ///< Items arranged in a grid, scrolling along the Z-Axis. @SINCE_1_0.0
@@ -43,7 +51,7 @@ enum Type
 };
 
 /**
- * @brief Creates a built-in default item-layout
+ * @brief Creates a built-in default item-layout.
  *
  * @SINCE_1_0.0
  * @param[in]  type  The type of layout required.