Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore Modified Files: ecore_list.c Log Message: doxy =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_list.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -3 -r1.39 -r1.40 --- ecore_list.c 15 Apr 2007 17:21:00 -0000 1.39 +++ ecore_list.c 25 Jul 2007 09:04:28 -0000 1.40 @@ -1135,8 +1135,8 @@ * Sort data in @p list using the compare function @p compare * @param list The list. * @param compare The function to compare the data of @p list - * @param order The sort direction - * + * @param order The sort direction, possible values are ECORE_SORT_MIN and + * ECORE_SORT_MAX * @return true on success * * This is a wrapper function for mergesort and heapsort. It @@ -1162,8 +1162,8 @@ * Sort data in @p list using the compare function @p compare * @param list The list. * @param compare The function to compare the data of @p list - * @param order The sort direction - * + * @param order The sort direction, possible values are ECORE_SORT_MIN and + * ECORE_SORT_MAX * @return true on success * * Mergesort is a stable, in-place sorting algorithm @@ -1288,8 +1288,8 @@ * Sort data in @p list using the compare function @p compare * @param list The list. * @param compare The function to compare the data of @p list - * @param order The sort direction - * + * @param order The sort direction, possible values are ECORE_SORT_MIN and + * ECORE_SORT_MAX * @return true on success * * Heapsort is a unstable sorting algorithm, it needs to allocate extra memomry, @@ -1990,8 +1990,8 @@ * Sort data in @p list using the compare function @p compare * @param list The list. * @param compare The function to compare the data of @p list - * @param order The sort direction - * + * @param order The sort direction, possible values are ECORE_SORT_MIN and + * ECORE_SORT_MAX * @return true on success * * This is a wrapper function for mergesort and heapsort. It @@ -2017,8 +2017,8 @@ * Sort data in @p list using the compare function @p compare * @param list The list. * @param compare The function to compare the data of @p list - * @param order The sort direction - * + * @param order The sort direction, possible values are ECORE_SORT_MIN and + * ECORE_SORT_MAX * @return true on success * * Mergesort is a stable, in-place sorting algorithm ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs