summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-11 08:55:12 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-11 08:55:12 -0400
commita8ef3de84cc5740978a49dcf7b8eeb2cd5fc6cb8 (patch)
tree9e107cb5b0f0980842224deac6cf2c56aec8de1f
parentb0aa3088b8b7aeafba3624c957e8eea3ad72b7a7 (diff)
downloadlibical-git-a8ef3de84cc5740978a49dcf7b8eeb2cd5fc6cb8.tar.gz
src/libical/qsort_gen.h - minor fix for doxygen warning
-rw-r--r--src/libical/qsort_gen.h1
1 files changed, 0 insertions, 1 deletions
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