From b479b09766d853494e585b32c664a7826357397d Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 16 Oct 2023 09:19:28 -0700 Subject: [PATCH 1/2] 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 From 5118ac65fee7ac423b529489f790d68f15ba9ebb Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:23:19 +0000 Subject: [PATCH 2/2] Committing clang-format changes --- src/H5FDsec2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDsec2.h b/src/H5FDsec2.h index c1cb2b02287..a2590aee968 100644 --- a/src/H5FDsec2.h +++ b/src/H5FDsec2.h @@ -23,7 +23,7 @@ extern "C" { #endif -H5_DLL hid_t H5FD_sec2_init(void); +H5_DLL hid_t H5FD_sec2_init(void); /** * \ingroup FAPL