[dali_2.2.20] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / scrollable / item-view / default-item-layout-property.h
old mode 100755 (executable)
new mode 100644 (file)
index a416b4d..cc77ebb
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_PROPERTY_H
 
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Dali
 {
-
 namespace Toolkit
 {
+/**
+ * @addtogroup dali_toolkit_controls_item_view
+ * @{
+ */
 
 /**
  * @brief Default item layout property.
@@ -30,7 +33,6 @@ namespace Toolkit
  */
 namespace DefaultItemLayoutProperty
 {
-
 /**
  * @brief The properties of each type of item layout.
  * @SINCE_1_2.60
@@ -277,11 +279,13 @@ enum Property
   SPIRAL_TOP_ITEM_ALIGNMENT,
 };
 
+/**
+ * @}
+ */
+} // namespace DefaultItemLayoutProperty
+
 } // namespace Toolkit
 
 } // namespace Dali
 
-}
-
 #endif // DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_PROPERTY_H
-