# HG changeset patch # User Mike Becker # Date 1704409931 -3600 # Node ID 00ba1bfa4ab400a14c6df42e43d08d8b6a918e77 # Parent 23c6e3e846a87056ff1254ad1ef3891e6e6adce8 fix documentation of reallocator struct diff -r 23c6e3e846a8 -r 00ba1bfa4ab4 src/cx/array_list.h --- 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)