summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 8990922..366bf81 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -5675,6 +5675,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
*
@@ -8054,9 +8057,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
@@ -8087,7 +8089,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
@@ -8469,9 +8471,8 @@ H5_DLL herr_t H5Pget_map_iterate_hints(hid_t mapl_id, size_t *key_prefetch_size
size_t *key_alloc_size /*out*/);
#endif /* H5_HAVE_MAP_API */
-/* String creation property list (STRCPL) routines */
/**
- * \ingroup STRCPL
+ * \ingroup ACPL
*
* \brief Retrieves the character encoding used to create a link or
* attribute name
@@ -8500,7 +8501,7 @@ H5_DLL herr_t H5Pget_map_iterate_hints(hid_t mapl_id, size_t *key_prefetch_size
*/
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