diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-08 14:50:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 14:50:20 (GMT) |
commit | 95909be9c3491f465b1a61dde5e17381e4179732 (patch) | |
tree | ce1a4750d92c2ed26f48abdcbf4715dc31a88858 /src/H5public.h | |
parent | 41936183d72c71fa2cd0aa1d971ae6510c6b3ef1 (diff) | |
download | hdf5-95909be9c3491f465b1a61dde5e17381e4179732.zip hdf5-95909be9c3491f465b1a61dde5e17381e4179732.tar.gz hdf5-95909be9c3491f465b1a61dde5e17381e4179732.tar.bz2 |
Minor things discovered while preparing 1.12.2 (#1620)
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index 3f9848a..0be303b 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -586,7 +586,7 @@ H5_DLL herr_t H5set_free_list_limits(int reg_global_lim, int reg_list_lim, int a * garbage collected with H5garbage_collect(). These lists are global * for the entire library. * - * \since 1.12.1 + * \since 1.10.7 */ H5_DLL herr_t H5get_free_list_sizes(size_t *reg_size, size_t *arr_size, size_t *blk_size, size_t *fac_size); /** @@ -607,7 +607,7 @@ H5_DLL herr_t H5get_free_list_sizes(size_t *reg_size, size_t *arr_size, size_t * * entire library, but do not include allocations from chunked dataset * I/O filters or non-native VOL connectors. * - * \since 1.12.1 + * \since 1.10.7 */ H5_DLL herr_t H5get_alloc_stats(H5_alloc_stats_t *stats); /** |