diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-05-26 13:29:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 13:29:38 (GMT) |
commit | e08c822c6f2c7af46b2abd628ce16b972045b096 (patch) | |
tree | 0b49e15408e386e06bd29569f19bcc45fc91d19f /doxygen | |
parent | 25457d369d9a5da3762d5d4517e955a76389e5dd (diff) | |
download | hdf5-e08c822c6f2c7af46b2abd628ce16b972045b096.zip hdf5-e08c822c6f2c7af46b2abd628ce16b972045b096.tar.gz hdf5-e08c822c6f2c7af46b2abd628ce16b972045b096.tar.bz2 |
Fixed Fortran Doxygen warnings (#3017)
Fixes Fortran doxygen warnings, #2998
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/aliases | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doxygen/aliases b/doxygen/aliases index bfafd7e..367881c 100644 --- a/doxygen/aliases +++ b/doxygen/aliases @@ -384,4 +384,6 @@ ALIASES += fortran_file="Pointer to filename the async subroutine is being calle ALIASES += fortran_func="Pointer to function name the async subroutine is being called in, func must be null character terminated" ALIASES += fortran_line="Line number the async subroutine is being called at" ALIASES += fortran_plist_id="Property list identifier" +ALIASES += fortran_es_id="Event set identifier" +ALIASES += fortran_vol_name="Connector name" |