Fix doc for H5allocate_memory (#3240)

This commit is contained in:
Nicolas Cornu 2023-07-12 20:56:56 +02:00 committed by GitHub
parent dfe5cb24b9
commit 879e77a574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -710,7 +710,7 @@ H5_DLL herr_t H5is_library_threadsafe(hbool_t *is_ts);
H5_DLL herr_t H5free_memory(void *mem);
/**
* \ingroup H5
* \brief Frees memory allocated by the HDF5 library
* \brief Allocates memory that will be freed later internally.
*
* \param[in] size The size in bytes of the buffer to be allocated
* \param[in] clear Flag whether the new buffer is to be initialized with 0