summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Gff.F90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/src/H5Gff.F90')
-rw-r--r--fortran/src/H5Gff.F9015
1 files changed, 9 insertions, 6 deletions
diff --git a/fortran/src/H5Gff.F90 b/fortran/src/H5Gff.F90
index f961299..c8701a2 100644
--- a/fortran/src/H5Gff.F90
+++ b/fortran/src/H5Gff.F90
@@ -261,7 +261,7 @@ CONTAINS
!! \param loc_id Location identifier.
!! \param name Group name at the specified location.
!! \param grp_id Group identifier.
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param size_hint A parameter indicating the number of bytes to reserve for the names that will appear in the group.
!! Set to OBJECT_NAMELEN_DEFAULT_F if using any of the optional parameters lcpl_id, gcpl_id,
@@ -420,7 +420,7 @@ CONTAINS
!! \param loc_id Location identifier.
!! \param name Name of the group to open.
!! \param grp_id Group identifier.
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param gapl_id Group access property list identifier.
!! \param file \fortran_file
@@ -509,7 +509,7 @@ CONTAINS
!! \brief Asynchronously closes the specified group.
!!
!! \param grp_id Group identifier.
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param file \fortran_file
!! \param func \fortran_func
@@ -1076,7 +1076,7 @@ CONTAINS
!!
!! \param loc_id Location identifier. The identifier may be that of a file, group, dataset, named datatype, or attribute.
!! \param ginfo Derived type in which group information is returned.
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param file \fortran_file
!! \param func \fortran_func
@@ -1234,7 +1234,7 @@ CONTAINS
!! \param order Order of the count in the index.
!! \param n Position in the index of the group for which information is retrieved.
!! \param ginfo Derived type in which group information is returned.
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param lapl_id Link access property list.
!! \param file \fortran_file
@@ -1414,9 +1414,12 @@ CONTAINS
!! \param loc_id File or group identifier.
!! \param name Name of group containing group for which information is to be retrieved.
!! \param ginfo Derived type in which group information is returned.
-!! \param es_id \es_id
+!! \param es_id \fortran_es_id
!! \param hdferr \fortran_error
!! \param lapl_id Link access property list.
+!! \param file \fortran_file
+!! \param func \fortran_func
+!! \param line \fortran_line
!!
!! See C API: @ref H5Gget_info_by_name_async()
!!