diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-12-27 20:33:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 20:33:14 (GMT) |
commit | 23ccd7ee3b20cfce7339ba7fa8c6e0cc987e798d (patch) | |
tree | d3f2430fe7d26a70033699e70d9d67066e045fae /src/H5FDsubfiling/H5FDioc.h | |
parent | 298c7efe7606aa4c704267beb15138709e1330ab (diff) | |
download | hdf5-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/H5FDsubfiling/H5FDioc.h')
-rw-r--r-- | src/H5FDsubfiling/H5FDioc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDsubfiling/H5FDioc.h b/src/H5FDsubfiling/H5FDioc.h index 516f483..bcacd52 100644 --- a/src/H5FDsubfiling/H5FDioc.h +++ b/src/H5FDsubfiling/H5FDioc.h @@ -146,7 +146,7 @@ H5_DLL hid_t H5FD_ioc_init(void); * If the two drivers differ in configuration settings, application behavior * may not be as expected. * - * \since 1.13.2 + * \since 1.14.0 * */ H5_DLL herr_t H5Pset_fapl_ioc(hid_t fapl_id, H5FD_ioc_config_t *vfd_config); @@ -170,7 +170,7 @@ H5_DLL herr_t H5Pset_fapl_ioc(hid_t fapl_id, H5FD_ioc_config_t *vfd_config); * values and then calling H5Pset_fapl_ioc() with the configured * H5FD_ioc_config_t structure. * - * \since 1.13.2 + * \since 1.14.0 * */ H5_DLL herr_t H5Pget_fapl_ioc(hid_t fapl_id, H5FD_ioc_config_t *config_out); |