X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fitem-view-declarations.h;h=ca0905925eefdea5c62960ea2614dc707a4d2280;hb=05fc311b489e5c929433c722439eef45116f0e8b;hp=7772d45f0cc0f5b2cf496a23cce065693be6bcb4;hpb=e4e5db1d2d7997e7bf803a531048d8dcb959083b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 7772d45..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. @@ -28,24 +28,31 @@ namespace Dali namespace Toolkit { +/** + * @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; +/** + * @} + */ } // namespace Toolkit } // namespace Dali -#endif // __DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H__ +#endif // DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H