Skip to content

Commit

Permalink
Add Doxygen for H5Pset_fapl_sec2() (HDFGroup#3685)
Browse files Browse the repository at this point in the history
*
  • Loading branch information
derobins authored and brtnfld committed Oct 16, 2023
1 parent 944b4c1 commit 3eefb4f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/H5FDsec2.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,23 @@
extern "C" {
#endif

H5_DLL hid_t H5FD_sec2_init(void);
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 3eefb4f

Please sign in to comment.