diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-12-17 03:51:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 03:51:52 (GMT) |
commit | 784061b15e176b9919c19a220ce278a9f4cddf0e (patch) | |
tree | 968740d9711f8a1c6a033badfa03ac29ac35bed2 /src | |
parent | 6b6bcdead66f0456ac0528683faac6a8e48b6565 (diff) | |
download | hdf5-784061b15e176b9919c19a220ce278a9f4cddf0e.zip hdf5-784061b15e176b9919c19a220ce278a9f4cddf0e.tar.gz hdf5-784061b15e176b9919c19a220ce278a9f4cddf0e.tar.bz2 |
moved onion VFD to FAPL group (#2321)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FDonion.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FDonion.h b/src/H5FDonion.h index 63c2d77..0e605d0 100644 --- a/src/H5FDonion.h +++ b/src/H5FDonion.h @@ -142,11 +142,11 @@ H5_DLL hid_t H5FD_onion_init(void); /** * -------------------------------------------------------------------------- - * \ingroup H5P + * \ingroup FAPL * * \brief get the onion info from the file access property list * - * \param[in] fapl_id The ID of the file access property list + * \fapl_id * \param[out] fa_out The pointer to the structure H5FD_onion_fapl_info_t * * \return \herr_t @@ -159,11 +159,11 @@ H5_DLL herr_t H5Pget_fapl_onion(hid_t fapl_id, H5FD_onion_fapl_info_t *fa_out); /** * -------------------------------------------------------------------------- - * \ingroup H5P + * \ingroup FAPL * * \brief set the onion info for the file access property list * - * \param[in] fapl_id The ID of the file access property list + * \fapl_id * \param[in] fa The pointer to the structure H5FD_onion_fapl_info_t * * \return \herr_t |