mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
moved onion VFD to FAPL group (#2321)
This commit is contained in:
parent
6b6bcdead6
commit
784061b15e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user