From a8ef3de84cc5740978a49dcf7b8eeb2cd5fc6cb8 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 11 Jun 2022 08:55:12 -0400 Subject: src/libical/qsort_gen.h - minor fix for doxygen warning --- src/libical/qsort_gen.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libical/qsort_gen.h b/src/libical/qsort_gen.h index 4e3bc0c1..32532127 100644 --- a/src/libical/qsort_gen.h +++ b/src/libical/qsort_gen.h @@ -22,7 +22,6 @@ /** * @brief Sort an arbitrary list of items using the qsort algorithm. - * @param context A pointer representing the list to be sorted. Won't be * interpreted by this function but passed to the compar and swapr functions. * @param nitems The number of items in the list. * @param compar The comparator function. The function receives the pointer -- cgit v1.2.1