summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Fff.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-05-26 13:29:38 (GMT)
committerGitHub <noreply@github.com>2023-05-26 13:29:38 (GMT)
commite08c822c6f2c7af46b2abd628ce16b972045b096 (patch)
tree0b49e15408e386e06bd29569f19bcc45fc91d19f /fortran/src/H5Fff.F90
parent25457d369d9a5da3762d5d4517e955a76389e5dd (diff)
downloadhdf5-e08c822c6f2c7af46b2abd628ce16b972045b096.zip
hdf5-e08c822c6f2c7af46b2abd628ce16b972045b096.tar.gz
hdf5-e08c822c6f2c7af46b2abd628ce16b972045b096.tar.bz2
Fixed Fortran Doxygen warnings (#3017)
Fixes Fortran doxygen warnings, #2998
Diffstat (limited to 'fortran/src/H5Fff.F90')
-rw-r--r--fortran/src/H5Fff.F9010
1 files changed, 5 insertions, 5 deletions
diff --git a/fortran/src/H5Fff.F90 b/fortran/src/H5Fff.F90
index d7db4b8..aec149f 100644
--- a/fortran/src/H5Fff.F90
+++ b/fortran/src/H5Fff.F90
@@ -127,7 +127,7 @@ CONTAINS
!! \li H5F_ACC_TRUNC_F
!! \li H5F_ACC_EXCL_F
!! \param file_id File identifier
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param creation_prp File creation property list identifier
!! \param access_prp File access property list identifier
@@ -234,7 +234,7 @@ CONTAINS
!! \param scope Specifies the scope of the flushing action. Possible values are:
!! \li H5F_SCOPE_GLOBAL_F
!! \li H5F_SCOPE_LOCAL_F
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param file \fortran_file
!! \param func \fortran_func
@@ -418,7 +418,7 @@ CONTAINS
!! \li H5F_ACC_RDWR_F
!! \li H5F_ACC_RDONLY_F
!! \param file_id File identifier
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param access_prp File access property list identifier
!! \param file \fortran_file
@@ -515,7 +515,7 @@ CONTAINS
!!
!! \param file_id Identifier of a file for which an additional identifier is required.
!! \param ret_file_id New file identifier.
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param file \fortran_file
!! \param func \fortran_func
@@ -724,7 +724,7 @@ CONTAINS
!! \brief Asynchronously closes HDF5 file.
!!
!! \param file_id File identifier
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param file \fortran_file
!! \param func \fortran_func