summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Aff_F03.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-09-10 20:58:32 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-09-10 20:58:32 (GMT)
commitb87ae2b7853a3211178405c1328c9b95e193617a (patch)
tree3ce52203d46f0e20b87a643f072c0beee3a1a9d5 /fortran/src/H5Aff_F03.f90
parent2457d8ecaf8a2195a2966ad6e0f649473bdb7177 (diff)
downloadhdf5-b87ae2b7853a3211178405c1328c9b95e193617a.zip
hdf5-b87ae2b7853a3211178405c1328c9b95e193617a.tar.gz
hdf5-b87ae2b7853a3211178405c1328c9b95e193617a.tar.bz2
[svn-r21373] Description: Changed the robodoc keywords in the comments
to the RM documentation's standards.
Diffstat (limited to 'fortran/src/H5Aff_F03.f90')
-rw-r--r--fortran/src/H5Aff_F03.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Aff_F03.f90 b/fortran/src/H5Aff_F03.f90
index ff1ba1c..e43e457 100644
--- a/fortran/src/H5Aff_F03.f90
+++ b/fortran/src/H5Aff_F03.f90
@@ -634,12 +634,12 @@ CONTAINS
! PURPOSE
! Reads an attribute.
!
-! INPUTS
+! Inputs:
! attr_id - attribute identifier
! memtype_id - attribute memory type identifier
! dims - 1D array of size 7, stores sizes of the
! - buf array dimensions.
-! OUTPUTS
+! Outputs:
! buf - buffer to read attribute data in
! hdferr - Returns 0 if successful and -1 if fails
! AUTHOR