From bc9a1f51d2732155baf530311b7cfe6441867230 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Mon, 17 Jul 2023 20:12:22 -0500 Subject: [PATCH] changed the scope of #ifdef DOXYGEN to now include H5D multi-functions --- fortran/src/H5Dff.F90 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fortran/src/H5Dff.F90 b/fortran/src/H5Dff.F90 index 5b571e55ba4..97af9f090eb 100644 --- a/fortran/src/H5Dff.F90 +++ b/fortran/src/H5Dff.F90 @@ -2266,6 +2266,9 @@ SUBROUTINE h5dfill_char(fill_value, space_id, buf, hdferr) CALL h5dfill_ptr(f_ptr_fill_value, fill_type_id, f_ptr_buf, mem_type_id, space_id, hdferr) END SUBROUTINE h5dfill_char + +#endif + !> !! \ingroup FH5D !! @@ -2369,8 +2372,6 @@ END FUNCTION H5Dwrite_multi END SUBROUTINE h5dwrite_multi_f -#endif - END MODULE H5D