diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html
index edd91a23f8..717667e20b 100644
--- a/doc/html/RM_H5G.html
+++ b/doc/html/RM_H5G.html
@@ -345,7 +345,8 @@ END SUBROUTINE h5gcreate_f
The comment is returned in the buffer comment
.
At most bufsize
characters, including a null
- terminator, are copied. The result is not null terminated
+ terminator, are returned in comment
.
+ The returned value is not null terminated
if the comment is longer than the supplied buffer.
If an object does not have a comment, the empty string @@ -354,24 +355,24 @@ END SUBROUTINE h5gcreate_f
hid_t loc_id |
- IN: Identifier of the file or group. | IN: Identifier of the file, group, dataset, or + named datatype. |
const char *name |
IN: Name of the object in loc_id whose
comment is to be retrieved.
name can be '.' (dot) if loc_id
- fully specifies the object for which the associated comment
+ fully specifies the object for which the associated comment
is to be retrieved.
name is ignored if loc_id
is a dataset or named datatype.
-
|
size_t bufsize |
- IN: Anticipated size of the buffer required to hold
- comment . | IN: Anticipated required size of the
+ comment buffer. |
char *comment |
OUT: The comment. |
hid_t loc_id |
- IN: Identifier of the file or group. | IN: Identifier of the file, group, dataset, + or named datatype. |
const char *name |
- IN: Name of the object whose comment is to be set or reset. | IN: Name of the object whose comment is to be
+ set or reset.
+ + name can be '.' (dot) if loc_id
+ fully specifies the object for which the comment is to be set.
+ + name is ignored if loc_id
+ is a dataset or named datatype.
+ |
const char *comment |
IN: The new comment. |