From f56f76eb1d5093fca7066f44a428d4b0235996b4 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 11 Sep 1998 10:51:53 -0500 Subject: [svn-r692] Modified loc_id parameter description to accomodate more more liberal set of loc_id values. Functions requiring a change: H5Acreate H5Dopen H5Gpop, H5Glink, H5Gget_objinfo, H5Gget_linkval, H5Gset_comment, H5Gget_comment H5Topen --- doc/src/RM_H5A.html | 2 +- doc/src/RM_H5D.html | 3 ++- doc/src/RM_H5G.html | 12 ++++++------ doc/src/RM_H5T.html | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/src/RM_H5A.html b/doc/src/RM_H5A.html index e0d5308..bda4333 100644 --- a/doc/src/RM_H5A.html +++ b/doc/src/RM_H5A.html @@ -110,7 +110,7 @@ See Attributes in the
Parameters:
hid_t loc_id -
IN: Object (dataset or group) to be attached to. +
IN: Object (dataset, group, or named datatype) to be attached to.
const char *name
IN: Name of attribute to create.
hid_t type_id diff --git a/doc/src/RM_H5D.html b/doc/src/RM_H5D.html index a5340f7..bb2c4dc 100644 --- a/doc/src/RM_H5D.html +++ b/doc/src/RM_H5D.html @@ -123,7 +123,8 @@ and set and retrieve their constant or persistent properties.
Parameters:
hid_t loc_id -
Identifier of the file to access the dataset within. +
Identifier of the dataset to open or the file or group + to access the dataset within.
const char * name
The name of the dataset to access.
diff --git a/doc/src/RM_H5G.html b/doc/src/RM_H5G.html index 4e22226..9b0a8a0 100644 --- a/doc/src/RM_H5G.html +++ b/doc/src/RM_H5G.html @@ -284,7 +284,7 @@ then be trivial.
Parameters:
hid_t loc_id -
The file or group identifier. +
The file, group, dataset, or datatype identifier.
Returns:
Returns SUCCEED (0) if successful; @@ -348,7 +348,7 @@ then be trivial.
Parameters:
hid_t loc_id -
File or group identifier. +
File, group, dataset, or datatype identifier.
H5G_link_t link_type
Link type. Possible values are H5G_LINK_HARD and H5G_LINK_SOFT. @@ -566,7 +566,7 @@ then be trivial.
Parameters:
hid_t loc_id -
IN: File, group, or dataset identifier. +
IN: File, group, dataset, or datatype identifier.
const char *name
IN: Name of the object for which status is being sought.
hbool_t follow_link @@ -608,7 +608,7 @@ then be trivial.
Parameters:
hid_t loc_id -
IN: Identifier of the file or group . +
IN: Identifier of the file, group, dataset, or datatype.
const char *name
IN: Name of the object whose link value is to be checked.
size_t size @@ -655,7 +655,7 @@ then be trivial.
Parameters:
hid_t loc_id -
IN: Identifier of the file or group . +
IN: Identifier of the file, group, dataset, or datatype.
const char *name
IN: Name of the object whose comment is to be set or reset.
const char *comment @@ -692,7 +692,7 @@ then be trivial.
Parameters:
hid_t loc_id -
IN: Identifier of the file or group . +
IN: Identifier of the file, group, dataset, or datatype.
const char *name
IN: Name of the object whose comment is to be set or reset.
size_t bufsize diff --git a/doc/src/RM_H5T.html b/doc/src/RM_H5T.html index 7ed2d7c..086b9cc 100644 --- a/doc/src/RM_H5T.html +++ b/doc/src/RM_H5T.html @@ -145,7 +145,7 @@ in the HDF5 User's Guide for further information, including a compl
Parameters:
hid_t loc_id -
A file or group identifier. +
A file, group, or datatype identifier.
const char * name
A datatype name.
-- cgit v0.12