summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-27 20:33:14 (GMT)
committerGitHub <noreply@github.com>2022-12-27 20:33:14 (GMT)
commit23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d (patch)
treed3f2430fe7d26a70033699e70d9d67066e045fae /src/H5public.h
parent298c7efe7606aa4c704267beb15138709e1330ab (diff)
downloadhdf5-23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d.zip
hdf5-23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d.tar.gz
hdf5-23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d.tar.bz2
Purged references to HDF5 1.13.x from the Doxygen documentation (#2365)
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 5ed54d9..5b6bce8 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);
/**