From b479b09766d853494e585b32c664a7826357397d Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 16 Oct 2023 09:19:28 -0700 Subject: [PATCH] Add Doxygen for H5Pset_fapl_sec2() --- src/H5FDsec2.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/H5FDsec2.h b/src/H5FDsec2.h index 56f45751d32..c1cb2b02287 100644 --- a/src/H5FDsec2.h +++ b/src/H5FDsec2.h @@ -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