X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fitem-view-declarations.h;h=ca0905925eefdea5c62960ea2614dc707a4d2280;hp=7388bfafa2c7f862195c953d44647bb62328ea8b;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=daa53bafd34781116b8cb3a2a8c54475a932ba21 diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h b/dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h index 7388bfa..ca09059 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H__ -#define __DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H__ +#ifndef DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H +#define DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_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. @@ -29,21 +29,21 @@ namespace Dali namespace Toolkit { /** - * @addtogroup dali-toolkit-controls-item-view + * @addtogroup dali_toolkit_controls_item_view * @{ */ -typedef unsigned int ItemId; ///< Unique identity for each item in the view. +typedef unsigned int ItemId; ///< Unique identity for each item in the view. @SINCE_1_0.0 -typedef std::vector ItemIdContainer; -typedef ItemIdContainer::iterator ItemIdIter; -typedef ItemIdContainer::const_iterator ConstItemIdIter; +typedef std::vector ItemIdContainer; ///< Item id container type @SINCE_1_0.0 +typedef ItemIdContainer::iterator ItemIdIter; ///< Item id iterator type @SINCE_1_0.0 +typedef ItemIdContainer::const_iterator ConstItemIdIter; ///< Item id const iterator type @SINCE_1_0.0 -typedef std::pair Item; +typedef std::pair Item; ///< Item type @SINCE_1_0.0 -typedef std::vector ItemContainer; -typedef ItemContainer::iterator ItemIter; -typedef ItemContainer::const_iterator ConstItemIter; +typedef std::vector ItemContainer; ///< Item container type @SINCE_1_0.0 +typedef ItemContainer::iterator ItemIter; ///< Item iterator type @SINCE_1_0.0 +typedef ItemContainer::const_iterator ConstItemIter; ///< Item const iterator type @SINCE_1_0.0 class ItemView; class ItemLayout; @@ -55,4 +55,4 @@ class ItemLayout; } // namespace Dali -#endif // __DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H__ +#endif // DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H