summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Eff_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/H5Eff_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/H5Eff_F03.f90')
-rw-r--r--fortran/src/H5Eff_F03.f9012
1 files changed, 6 insertions, 6 deletions
diff --git a/fortran/src/H5Eff_F03.f90 b/fortran/src/H5Eff_F03.f90
index e9eeac9..bf4797f 100644
--- a/fortran/src/H5Eff_F03.f90
+++ b/fortran/src/H5Eff_F03.f90
@@ -66,7 +66,7 @@ CONTAINS
! PURPOSE
! Returns settings for automatic error stack traversal function and its data.
!
-! INPUTS
+! Inputs:
! printflag - Flag to turn automatic error printing on or off;
! possible values are:
! printon (1)
@@ -75,14 +75,14 @@ CONTAINS
! func - Function to be called upon an error condition.
! client_data - Data passed to the error function
!
-! OUTPUTS
+! Outputs:
! hdferr - Returns 0 if successful and -1 if fails
!
! AUTHOR
! M. Scot Breitenfeld
! July 10, 2009
!
-! SOURCE
+! Signature:
SUBROUTINE h5eset_auto_f(printflag, hdferr, estack_id, func, client_data)
USE ISO_C_BINDING
INTEGER , INTENT(IN) :: printflag
@@ -129,9 +129,9 @@ CONTAINS
! PURPOSE
! Returns the settings for the automatic error stack traversal function and its data.
!
-! INPUTS
+! Inputs:
! estack_id - Error stack identifier. H5E_DEFAULT_F indicates the current stack.
-! OUTPUTS
+! Outputs:
! func - The function currently set to be called upon an error condition.
! client_data - Data currently set to be passed to the error function.
! hdferr - Returns 0 if successful and -1 if fails.
@@ -140,7 +140,7 @@ CONTAINS
! M. Scot Breitenfeld
! July 10, 2009
!
-! SOURCE
+! Signature:
SUBROUTINE h5eget_auto_f(estack_id, op, client_data, hdferr)
USE ISO_C_BINDING
IMPLICIT NONE