Skip to content

Commit

Permalink
Add Doxygen for H5Pset_fapl_sec2()
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 16, 2023
1 parent e158217 commit b479b09
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/H5FDsec2.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ extern "C" {
#endif

H5_DLL hid_t H5FD_sec2_init(void);

/**
* \ingroup FAPL
*
* \brief Modifies the file access property list to use the #H5FD_SEC2 driver
*
* \fapl_id
*
* \returns \herr_t
*
* \details H5Pset_fapl_sec2() modifies the file access property list to use the
* #H5FD_SEC2 driver.
*
* \since 1.4.0
*
*/
H5_DLL herr_t H5Pset_fapl_sec2(hid_t fapl_id);

#ifdef __cplusplus
Expand Down

0 comments on commit b479b09

Please sign in to comment.