From 45b530cd10866ece4c93966bfc22d657578f2ebe Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Wed, 16 Oct 2024 15:33:18 -0500 Subject: [PATCH] updated hyperslab op doc --- src/H5Spublic.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/H5Spublic.h b/src/H5Spublic.h index 3697374d49c..a5264099b0f 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -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 * */ @@ -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 * */ @@ -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 * */