diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-06-26 16:46:08 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-06-26 16:46:08 (GMT) |
commit | daaa2679ea848d55035ba150601a2c8970e7760e (patch) | |
tree | 2f5ba7db3038cc5ab34e88a10b4ccf85baff0e99 /doc | |
parent | 2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c (diff) | |
download | hdf5-daaa2679ea848d55035ba150601a2c8970e7760e.zip hdf5-daaa2679ea848d55035ba150601a2c8970e7760e.tar.gz hdf5-daaa2679ea848d55035ba150601a2c8970e7760e.tar.bz2 |
[svn-r7110]
Purpose:
Primarily edits from tech review feedback.
Description:
H5Rget_obj_type
Corrected parameter reference.
H5Rget_object_type
Corrected cross-reference.
Corrected ""HDF5 R1.4 compatibility" note.
Copy edits.
Platforms tested:
IE 5, Safari
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5R.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html index 8f72d8f..a82e786 100644 --- a/doc/html/RM_H5R.html +++ b/doc/html/RM_H5R.html @@ -76,7 +76,7 @@ to specific objects and data regions in an HDF5 file. * Functions labelled with an asterisk (*) are provided only for backwards compatibility with HDF5 Releases 1.4.<i>x</i>. See further notes in the description of each function. -<br> +<p> <i>Alphabetical Listing</i> @@ -91,7 +91,7 @@ See further notes in the description of each function. <td valign="top"> <li><a href="#Reference-GetObjType">H5Rget_obj_type</a> - <li><a href="#Reference-GetObjectType">H5Rget_object_type</a> + <li><a href="#Reference-GetObjectType">H5Rget_object_type</a> * </td> <td> </td> @@ -309,7 +309,8 @@ facilitate moving easily between them.</i> <code>H5Rget_obj_type</code> returns the type of the referenced object. <p> - Valid object reference types, to pass in as <code>ref</code>, include the following: + Valid object reference types, to pass in as <code>ref_type</code>, + include the following: <table border="0"> <tr align=left valign=top><td> </td><td> <code>H5R_OBJECT</code></td><td> @@ -375,14 +376,15 @@ facilitate moving easily between them.</i> <dd>Retrieves the type of object that an object reference points to. <dt><strong>Description:</strong> <dd>[<strong>NOTE:</strong> + <span class="1_4_compat"> This function is provided only to enable backward compatibility with HDF5 Releases 1.4.<i>x</i>. - This function is enabled only if the HDF5 library is compiled + This function is enabled only if the HDF5 library is configured with the flag <code>H5_WANT_H5_V1_4_COMPAT</code> and is not enabled in the binaries distributed by NCSA. This function has been replaced in Release 1.6 by the function - <a href="#Reference-GetObyType"><code>H5Rget_object_type</code></a> - and will eventually be deleted from the HDF5 distribution.] + <a href="#Reference-GetObjType"><code>H5Rget_obj_type</code></a> + and will eventually be deleted from the HDF5 distribution.</span>] <p> </p>Given a reference to an object <code>ref</code>, <code>H5Rget_object_type</code> returns the |