diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-12-27 20:57:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 20:57:01 (GMT) |
commit | e985e8d7fa9c74c4e50c0f836fc2f70478792779 (patch) | |
tree | 3f29c3bc76cc28f20e6ab5aec4b090be2ad1dfa3 /src/H5public.h | |
parent | e783b100d473f0e4f77147f3b89b0a73cb09126a (diff) | |
download | hdf5-e985e8d7fa9c74c4e50c0f836fc2f70478792779.zip hdf5-e985e8d7fa9c74c4e50c0f836fc2f70478792779.tar.gz hdf5-e985e8d7fa9c74c4e50c0f836fc2f70478792779.tar.bz2 |
Brings Doxygen changes from develop (#2366)
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 2b4d62b..8e5646d 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -449,7 +449,7 @@ H5_DLL herr_t H5open(void); * If the HDF5 library is initialized and closed more than once, the * \p func callback must be registered within each open/close cycle. * - * \since 1.13.0 + * \since 1.14.0 */ H5_DLL herr_t H5atclose(H5_atclose_func_t func, void *ctx); /** @@ -652,7 +652,7 @@ H5_DLL herr_t H5check_version(unsigned majnum, unsigned minnum, unsigned relnum) * after it has been closed. The value of \p is_terminating is * undefined if this routine fails. * - * \since 1.13.0 + * \since 1.14.0 */ H5_DLL herr_t H5is_library_terminating(hbool_t *is_terminating); /** |