summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Rf.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-22 21:53:30 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-22 21:53:30 (GMT)
commit324f087d050863aee2ab0222b4ed1a56301a3185 (patch)
tree79225ea538b9f9d9af9d7678f3918a7190ca9681 /fortran/src/H5Rf.c
parent543a8d9d8658beccbd2e04a2c1d0597b74073a56 (diff)
downloadhdf5-324f087d050863aee2ab0222b4ed1a56301a3185.zip
hdf5-324f087d050863aee2ab0222b4ed1a56301a3185.tar.gz
hdf5-324f087d050863aee2ab0222b4ed1a56301a3185.tar.bz2
[svn-r26009] Code Comment cleanup:
----------------------- Remove the numbers in the comments associated with: H5G_UNKNOWN_F (-1) H5G_LINK_F 0 H5G_GROUP_F 1 H5G_DATASET_F 2 H5G_TYPE_F 3 These should not be defined as a number since they can changed. They should be considered named parameters, not actual values. HDFFV-9040 h5rget_object_type_f returns different types than indicated by API
Diffstat (limited to 'fortran/src/H5Rf.c')
-rw-r--r--fortran/src/H5Rf.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/fortran/src/H5Rf.c b/fortran/src/H5Rf.c
index a4fb0b5..0d04dd4 100644
--- a/fortran/src/H5Rf.c
+++ b/fortran/src/H5Rf.c
@@ -601,12 +601,9 @@ nh5rget_name_ptr_c (hid_t_f *loc_id, int_f *ref_type, void *ref, _fcd name, size
* ref - Reference to query.
*
* OUTPUTS
- * obj_type - Type of referenced object.
- * H5G_UNKNOWN_F (-1)
- * H5G_LINK_F 0
- * H5G_GROUP_F 1
- * H5G_DATASET_F 2
- * H5G_TYPE_F 3
+ * obj_type - Type of referenced object. These are defined in H5Opublic.h,
+ * enum H5O_type_t
+ *
* RETURNS
* 0 on success, -1 on failure
* AUTHOR