Skip to content

Commit

Permalink
Set initial doxygen version for H5Dchunk_iter().
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed May 20, 2021
1 parent 53e1139 commit d739e46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/H5Dpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d739e46

Please sign in to comment.