Skip to content

Commit

Permalink
updated hyperslab op doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 16, 2024
1 parent 27d52ae commit 45b530c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/H5Spublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ H5_DLL herr_t H5Sclose(hid_t space_id);
* composing the entire current extent). If either \p stride or
* \p block is NULL, then it will be set to \p 1.
*
* See H5Sselect_hyperslab() for valid operators (\p op).
*
* \since 1.10.6
*
*/
Expand All @@ -213,6 +215,8 @@ H5_DLL hid_t H5Scombine_hyperslab(hid_t space_id, H5S_seloper_t op, const hsize_
* from \p space1_id is copied for the dataspace extent of the
* newly created dataspace.
*
* See H5Sselect_hyperslab() for valid operators (\p op).
*
* \since 1.10.6
*
*/
Expand Down Expand Up @@ -816,6 +820,8 @@ H5_DLL htri_t H5Sis_simple(hid_t space_id);
* \p space2_id. The first selection is modified to contain the
* result of \p space1_id operated on by \p space2_id.
*
* See H5Sselect_hyperslab() for valid operators (\p op).
*
* \since 1.10.6
*
*/
Expand Down

0 comments on commit 45b530c

Please sign in to comment.