# HG changeset patch # User Mike Becker # Date 1572796990 -3600 # Node ID 72da0e4cbf4a84e05f7d22efcc626e1a25a09eba # Parent 5577d6c27a3351e6a8880e6a44f4fb4ff739e951 fix: missing documentation for first param in ucx_array_init_a() 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