fix documentation of reallocator struct

Fri, 05 Jan 2024 00:12:11 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 05 Jan 2024 00:12:11 +0100
changeset 795
00ba1bfa4ab4
parent 794
23c6e3e846a8
child 796
fec90b848f4b

fix documentation of reallocator struct

src/cx/array_list.h file | annotate | diff | comparison | revisions
--- a/src/cx/array_list.h	Thu Jan 04 21:24:55 2024 +0100
+++ b/src/cx/array_list.h	Fri Jan 05 00:12:11 2024 +0100
@@ -53,8 +53,9 @@
      *
      * Implementations are not required to free the original array.
      * This allows re-allocation of static memory by allocating heap memory
-     * and copying the array contents. The information in \p data can keep
-     * track of the state of the memory or other additional allocator info.
+     * and copying the array contents. The information in the custom fields of
+     * the referenced allocator can be used to track the state of the memory
+     * or to transport other additional data.
      *
      * @param array the array to reallocate
      * @param capacity the new capacity (number of elements)

mercurial