Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / scrollable / item-view / default-item-layout.h
index a08c525..d3f1514 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H__
-#define __DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H__
+#ifndef DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H
+#define DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 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.
@@ -31,9 +31,17 @@ namespace Toolkit
  * @{
  */
 
+/**
+ * @brief Enumeration for default item layout mode.
+ * @SINCE_1_0.0
+ */
 namespace DefaultItemLayout
 {
 
+/**
+ * @brief Enumeration for 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,14 +51,13 @@ 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.
- *
- * @return An ItemLayoutPtr to the newly created layout.
+ * @param[in] type The type of layout required
+ * @return An ItemLayoutPtr to the newly created layout
  */
-DALI_IMPORT_API ItemLayoutPtr New( Type type );
+DALI_TOOLKIT_API ItemLayoutPtr New( Type type );
 
 } // namespace DefaultItemLayout
 
@@ -61,4 +68,4 @@ DALI_IMPORT_API ItemLayoutPtr New( Type type );
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H__
+#endif // DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H