summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-27 21:17:15 (GMT)
committerGitHub <noreply@github.com>2022-12-27 21:17:15 (GMT)
commitc2c5247183b90a68317d98f8f390df67b62b089c (patch)
treea7bf2f18659e95c9bc493e22f98f5eaf2c03cddd /src/H5Dpublic.h
parent08abf2ba34b521cf49a3aa7c003ec6f07d07baf8 (diff)
downloadhdf5-c2c5247183b90a68317d98f8f390df67b62b089c.zip
hdf5-c2c5247183b90a68317d98f8f390df67b62b089c.tar.gz
hdf5-c2c5247183b90a68317d98f8f390df67b62b089c.tar.bz2
Brings Doxygen changes from develop (#2367)
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()
*