eina: Hook clist into the top level documentation

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 64039
This commit is contained in:
Mike McCormack 2011-10-13 07:30:34 +00:00 committed by Mike McCormack
parent 8ab7dd7390
commit 3e0c2d16dc
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
* @li @ref Eina_Array_Group standard array of @c void* data.
* @li @ref Eina_Hash_Group standard hash of @c void* data.
* @li @ref Eina_Inline_List_Group list with nodes inlined into user type.
* @li @ref Eina_CList_Group compact inlined list.
* @li @ref Eina_List_Group standard list of @c void* data.
* @li @ref Eina_Iterator_Group Iterator functions.
* @li @ref Eina_Matrixsparse_Group sparse matrix of @c void* data.