Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions fortran/src/H5Dff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

@epourmal epourmal Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have hard time finding where "if" begins. Would it be possible to add comments to such lines?


!>
!! \ingroup FH5D
!!
Expand Down Expand Up @@ -2369,8 +2372,6 @@ END FUNCTION H5Dwrite_multi

END SUBROUTINE h5dwrite_multi_f

#endif

END MODULE H5D