src/cx/linked_list.h

changeset 1374
4dceda670b05
parent 1367
6b3d52dd176e
--- a/src/cx/linked_list.h	Fri Sep 12 16:56:04 2025 +0200
+++ b/src/cx/linked_list.h	Sat Sep 13 20:55:56 2025 +0200
@@ -154,7 +154,7 @@
  * @param elem a pointer to the element to find
  * @param found_index an optional pointer where the index of the found node
  * (given that @p start has index 0) is stored
- * @return the index of the element, if found - unspecified if not found
+ * @return a pointer to the found node or @c NULL if no matching node was found
  */
 cx_attr_nonnull_arg(1, 4, 5)
 cx_attr_export

mercurial