From 7670d1b753c2df6d0342f7d8aaff1a84dfa73ed7 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Tue, 18 Jul 2023 17:26:38 -0500 Subject: changed the scope of #ifdef DOXYGEN to now include H5D multi-functions (#3254) --- 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 66bee98..6073570 100644 --- a/fortran/src/H5Dff.F90 +++ b/fortran/src/H5Dff.F90 @@ -2266,6 +2266,9 @@ CONTAINS 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 @@ CONTAINS END SUBROUTINE h5dwrite_multi_f -#endif - END MODULE H5D -- cgit v0.12