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=050f1b5d7ff727a55f7ecb3f8dfb905b17b576cd;hp=be7e56c03a3ea2f4c1166bec11ae105d0aa294bd;hb=2eb0f016cf4d8a8282681283ae0e842c0c67bded;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682 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..050f1b5 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,8 +28,12 @@ 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; @@ -44,6 +48,9 @@ typedef ItemContainer::const_iterator ConstItemIter; class ItemView; class ItemLayout; +/** + * @} + */ } // namespace Toolkit } // namespace Dali