eina eina_list.h: Fixed documentation. Special thanks to Sungho Kwak for spotting this out.

SVN revision: 76276
This commit is contained in:
Daniel Juyung Seo 2012-09-07 05:53:36 +00:00
parent 86d35c3ca0
commit f4cc630f3a
1 changed files with 2 additions and 2 deletions

View File

@ -889,8 +889,8 @@ EAPI Eina_List *eina_list_clone(const Eina_List *list) EINA_WARN_UNUS
* This function sorts @p list. @p size if the number of the first
* element to sort. If @p limit is 0 or greater than the number of
* elements in @p list, all the elements are sorted. @p func is used to
* compare two elements of @p list. If @p list or @p func are @c NULL,
* this function returns @c NULL.
* compare two elements of @p list. If @p func is @c NULL, this function returns
* @p list.
*
* @note @b in-place: this will change the given list, so you should
* now point to the new list head that is returned by this function.