summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Tff.F90
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-09-14 20:44:24 (GMT)
committerGitHub <noreply@github.com>2022-09-14 20:44:24 (GMT)
commit45178c87a3099a9fef8bae6f7249ca306cf89629 (patch)
treecb404581365434d641e4d6303921613ef3432bd0 /fortran/src/H5Tff.F90
parentdcf3b54b6ef3ffe2093cfae81fe80cdb2bb53047 (diff)
downloadhdf5-45178c87a3099a9fef8bae6f7249ca306cf89629.zip
hdf5-45178c87a3099a9fef8bae6f7249ca306cf89629.tar.gz
hdf5-45178c87a3099a9fef8bae6f7249ca306cf89629.tar.bz2
develop Merge doxygen from 1.12 branch (#2095)
Diffstat (limited to 'fortran/src/H5Tff.F90')
-rw-r--r--fortran/src/H5Tff.F904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Tff.F90 b/fortran/src/H5Tff.F90
index d32b160..ceb5447 100644
--- a/fortran/src/H5Tff.F90
+++ b/fortran/src/H5Tff.F90
@@ -109,7 +109,7 @@ CONTAINS
!! \brief Commits a transient datatype to a file, creating a new named datatype.
!!
!! \param loc_id Location identifier.
-!! \param name Name of the datatype to be stored at the specified location.
+!! \param name Name of the datatype to be stored at the specified location
!! \param type_id Identifier of a datatype to be stored.
!! \param hdferr \fortran_error
!! \param lcpl_id Link creation property list.
@@ -1391,7 +1391,7 @@ CONTAINS
!!
!! \brief Creates an array datatype object.
!!
-!! \param base_id Datatype identifier for the array base datatype.
+!! \param base_id Datatype identifier for the array base datatype
!! \param rank Rank of the array.
!! \param dims Array dimension sizes.
!! \param type_id Array datatype identifier.