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=20e1f534cc4e883dc2cc8d5a1059faec4600f2eb;hb=0e462103c222ad05916840bc7d7c902cf5fc82a1;hp=be7e56c03a3ea2f4c1166bec11ae105d0aa294bd;hpb=57869973578f6a0b0f836d396c7232ddb8302c6b;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 be7e56c..20e1f53 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 @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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,22 +28,29 @@ 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