diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-09-10 20:58:32 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-09-10 20:58:32 (GMT) |
commit | b87ae2b7853a3211178405c1328c9b95e193617a (patch) | |
tree | 3ce52203d46f0e20b87a643f072c0beee3a1a9d5 /fortran/src/H5Lff_F03.f90 | |
parent | 2457d8ecaf8a2195a2966ad6e0f649473bdb7177 (diff) | |
download | hdf5-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/H5Lff_F03.f90')
-rw-r--r-- | fortran/src/H5Lff_F03.f90 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/fortran/src/H5Lff_F03.f90 b/fortran/src/H5Lff_F03.f90 index 360dc93..e1da7c1 100644 --- a/fortran/src/H5Lff_F03.f90 +++ b/fortran/src/H5Lff_F03.f90 @@ -51,7 +51,7 @@ CONTAINS ! PURPOSE ! Iterates through links in a group. ! -! INPUTS +! Inputs: ! group_id - Identifier specifying subject group ! index_type - Type of index which determines the order ! order - Order within index @@ -59,7 +59,7 @@ CONTAINS ! op - Callback function passing data regarding the link to the calling application ! op_data - User-defined pointer to data required by the application for its processing of the link ! -! OUTPUTS +! Outputs: ! idx - Position at which an interrupted iteration may be restarted ! hdferr - Error code: ! Success: 0 @@ -68,7 +68,7 @@ CONTAINS ! M. Scot Breitenfeld ! July 8, 2008 ! -! SOURCE +! Signature: SUBROUTINE h5literate_f(group_id, index_type, order, idx, op, op_data, return_value, hdferr) USE ISO_C_BINDING IMPLICIT NONE @@ -131,7 +131,7 @@ CONTAINS ! PURPOSE ! Iterates through links in a group. ! -! INPUTS +! Inputs: ! loc_id - File or group identifier specifying location of subject group ! group_name - Name of subject group ! index_type - Type of index which determines the order @@ -140,19 +140,19 @@ CONTAINS ! op - Callback function passing data regarding the link to the calling application ! op_data - User-defined pointer to data required by the application for its processing of the link ! -! OUTPUTS +! Outputs: ! idx - Position at which an interrupted iteration may be restarted ! hdferr - Error code: ! Success: 0 ! Failure: -1 -! OPTIONAL PARAMETERS +! Optional parameters: ! lapl_id - Link access property list ! ! AUTHOR ! M. Scot Breitenfeld ! Augest 18, 2008 ! -! SOURCE +! Signature: SUBROUTINE h5literate_by_name_f(loc_id, group_name, index_type, order, idx, op, op_data, return_value, hdferr, lapl_id) USE ISO_C_BINDING IMPLICIT NONE |