Updated item-view documentation.
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / controls / scrollable / item-view / item-view-declarations.h
index cd643b6..4a550d9 100644 (file)
@@ -18,7 +18,7 @@
 //
 
 /**
- * @addtogroup CAPI_DALI_FRAMEWORK
+ * @addtogroup CAPI_DALI_TOOLKIT_ITEM_VIEW_MODULE
  * @{
  */
 
@@ -32,7 +32,7 @@ namespace Dali DALI_IMPORT_API
 namespace Toolkit
 {
 
-typedef unsigned int ItemId;
+typedef unsigned int ItemId; ///< Unique identity for each item in the view.
 
 typedef std::vector<ItemId> ItemIdContainer;
 typedef ItemIdContainer::iterator ItemIdIter;