changed the scope of #ifdef DOXYGEN to now include H5D multi-functions (#3254)

This commit is contained in:
Scot Breitenfeld 2023-07-18 17:26:38 -05:00 committed by GitHub
parent a04fd783cb
commit 7670d1b753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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