diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html
index 92ed7c145f..e6be0794bf 100644
--- a/doc/html/RM_H5R.html
+++ b/doc/html/RM_H5R.html
@@ -125,11 +125,29 @@ facilitate moving easily between them.
of the type specified in ref_type
, pointing to
the object name
located at loc_id
.
+ The HDF5 library maps the void type specified above
+ for ref
to the type specified in ref_type
,
+ which will be one of those appearing in the first column of
+ the following table.
+ The second column of the table lists the HDF5 constant associated
+ with each reference type.
+
hdset_reg_ref_t | +H5R_DATASET_REGION |
+ Dataset region reference |
hobj_ref_t | +H5R_OBJECT |
+ Object reference |
The parameters loc_id
and name
are
used to locate the object.
The parameter space_id
identifies the region
- to be pointed to (for dataset region references).
+ to be pointed to for a dataset region reference.
+ This parameter is unused with object references.
ref
@@ -320,7 +338,7 @@ H5R
HDF Help Desk