From d739e46d55f8c40b9333c57e9ae4f83c03572a27 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Wed, 19 May 2021 21:02:02 -0500 Subject: [PATCH] Set initial doxygen version for H5Dchunk_iter(). --- src/H5Dpublic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 1f8598e7b1c..040e136f67a 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -651,6 +651,8 @@ H5_DLL herr_t H5Dget_chunk_info_by_coord(hid_t dset_id, const hsize_t *offset, u * Negative (H5_ITER_ERROR) causes the iterator to immediately return that value, * indicating failure. * + * \since 1.12.1 + * */ H5_DLL herr_t H5Dchunk_iter(hid_t dset_id, H5D_chunk_iter_op_t cb, void *op_data);