eina: oops. Thanks Vincent.
authorcedric <cedric>
Mon, 5 Sep 2011 20:26:21 +0000 (20:26 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Sep 2011 20:26:21 +0000 (20:26 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63214 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_inlist.h

index 3211801..c388211 100644 (file)
  * Inlined list type.
  */
 typedef struct _Eina_Inlist Eina_Inlist;
+
+/**
+ * @typedef Eina_Inlist_Sorted_State
+ * @since 1.1.0
+ * State of sorted Eina_Inlist
+ */
 typedef struct _Eina_Inlist_Sorted_State Eina_Inlist_Sorted_State;
 
 /**