Sun, 03 Nov 2019 17:03:10 +0100
fix: missing documentation for first param in ucx_array_init_a()
src/ucx/array.h | file | annotate | diff | comparison | revisions |
--- a/src/ucx/array.h Sun Nov 03 16:34:29 2019 +0100 +++ b/src/ucx/array.h Sun Nov 03 17:03:10 2019 +0100 @@ -174,6 +174,7 @@ * Initializes a UCX array structure using the specified allocator. * The structure must be uninitialized as the data pointer will be overwritten. * + * @param array the structure to initialize * @param capacity the initial capacity * @param elemsize the element size * @param allocator the allocator to use