diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-03-01 01:09:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 01:09:24 (GMT) |
commit | 56d31fbf675a8695f0da91cdc99b56f61233d1a3 (patch) | |
tree | 3f6792bde75d527f43c7316e7c4522cfe630ddbc /src/H5Ppublic.h | |
parent | 0be37fec204e0bca0197f237e6eb4ac137ccdafc (diff) | |
download | hdf5-56d31fbf675a8695f0da91cdc99b56f61233d1a3.zip hdf5-56d31fbf675a8695f0da91cdc99b56f61233d1a3.tar.gz hdf5-56d31fbf675a8695f0da91cdc99b56f61233d1a3.tar.bz2 |
1.10 Merge doxygen plist tables changes #2470 from develop (#2506)
* Add new/moved files
* Doxy corrections
* Aother Doxy correction
* Remove type not in 1.10
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 2890a5a..a3a1a9b 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -5519,6 +5519,9 @@ H5_DLL herr_t H5Pget_dset_no_attrs_hint(hid_t dcpl_id, hbool_t *minimize); * are null pointers then the corresponding information is not * returned. * + * \note On Windows, off_t is typically a 32-bit signed long value, which + * limits the valid offset that can be returned to 2 GiB. + * * \version 1.6.4 \p idx parameter type changed to unsigned. * \since 1.0.0 * @@ -7898,9 +7901,8 @@ H5_DLL herr_t H5Pget_mpio_no_collective_cause(hid_t plist_id, uint32_t *local_no uint32_t *global_no_collective_cause); #endif /* H5_HAVE_PARALLEL */ -/* Link creation property list (LCPL) routines */ /** - * \ingroup STRCPL + * \ingroup LCPL * * \brief Determines whether property is set to enable creating missing * intermediate groups @@ -7931,7 +7933,7 @@ H5_DLL herr_t H5Pget_mpio_no_collective_cause(hid_t plist_id, uint32_t *local_no */ H5_DLL herr_t H5Pget_create_intermediate_group(hid_t plist_id, unsigned *crt_intmd /*out*/); /** - * \ingroup STRCPL + * \ingroup LCPL * * \brief Specifies in property list whether to create missing * intermediate groups @@ -8265,9 +8267,8 @@ H5_DLL herr_t H5Pset_link_phase_change(hid_t plist_id, unsigned max_compact, uns */ H5_DLL herr_t H5Pset_local_heap_size_hint(hid_t plist_id, size_t size_hint); -/* String creation property list (STRCPL) routines */ /** - * \ingroup STRCPL + * \ingroup ACPL * * \brief Retrieves the character encoding used to create a link or * attribute name @@ -8296,7 +8297,7 @@ H5_DLL herr_t H5Pset_local_heap_size_hint(hid_t plist_id, size_t size_hint); */ H5_DLL herr_t H5Pget_char_encoding(hid_t plist_id, H5T_cset_t *encoding /*out*/); /** - * \ingroup STRCPL + * \ingroup ACPL * * \brief Sets the character encoding used to encode link and attribute * names |