diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-05-01 22:21:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 22:21:47 (GMT) |
commit | a0340338e53d4b34127a7e5356b28b1640f9414c (patch) | |
tree | 510fe676640fe3892feb681aca253984fd8df512 /doxygen | |
parent | 9ea976b9b617b0082f5e65f31942c8fbf1a120e1 (diff) | |
download | hdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.zip hdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.tar.gz hdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.tar.bz2 |
Add Fortran Selection IO APIs (#2864)
new selection IO fortran APIs with tests
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/aliases b/doxygen/aliases index 27090e6..96977f3 100644 --- a/doxygen/aliases +++ b/doxygen/aliases @@ -383,4 +383,5 @@ ALIASES += fortran_obsolete="Obsolete API, use the Fortran 2003 version instead. ALIASES += fortran_file="Pointer to filename the async subroutine is being called from, filename must be null character terminated" 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" |