summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.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/H5Dpublic.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/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index f7d208d..fbce3d6 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -694,7 +694,7 @@ H5_DLL herr_t H5Dget_chunk_info_by_coord(hid_t dset_id, const hsize_t *offset, u
* Iterate over all chunked datasets and chunks in a file.
* \snippet H5D_examples.c H5Ovisit_cb
*
- * \since 1.13.0
+ * \since 1.14.0
*
*/
H5_DLL herr_t H5Dchunk_iter(hid_t dset_id, hid_t dxpl_id, H5D_chunk_iter_op_t cb, void *op_data);
@@ -900,7 +900,7 @@ H5_DLL herr_t H5Dread(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_
* parallel, each rank must pass exactly the same list of datasets in
* \p dset_id , though the other parameters may differ.
*
- * \since 1.13.3
+ * \since 1.14.0
*
* \see H5Dread()
*
@@ -1091,7 +1091,7 @@ H5_DLL herr_t H5Dwrite(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid
* parallel, each rank must pass exactly the same list of datasets in
* \p dset_id , though the other parameters may differ.
*
- * \since 1.13.3
+ * \since 1.14.0
*
* \see H5Dwrite()
*