fix documentation

SVN revision: 40914
This commit is contained in:
Vincent Torri 2009-06-06 03:55:32 +00:00
parent e61101a4a4
commit 46836c875f
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
/**
* @typedef Eina_List
* Type for a generic single linked list.
* Type for a generic double linked list.
*/
typedef struct _Eina_List Eina_List;
@ -56,7 +56,7 @@ typedef struct _Eina_List_Accounting Eina_List_Accounting;
/**
* @struct _Eina_List
* Type for a generic single linked list.
* Type for a generic double linked list.
*/
struct _Eina_List /** A linked list node */
{