diff -r 5577d6c27a33 -r 72da0e4cbf4a src/ucx/array.h --- 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