diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-04-07 19:38:42 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-04-07 19:38:42 (GMT) |
commit | 5228ba6c718e5eaf416a4ac6fdc8a9d32e234333 (patch) | |
tree | 68c23dfcddbb2f369625b0a017eb169cb093de14 /doc/html/RM_H5D.html | |
parent | d9b36b8a7ffa36a8fd532424b3736187287535fe (diff) | |
download | hdf5-5228ba6c718e5eaf416a4ac6fdc8a9d32e234333.zip hdf5-5228ba6c718e5eaf416a4ac6fdc8a9d32e234333.tar.gz hdf5-5228ba6c718e5eaf416a4ac6fdc8a9d32e234333.tar.bz2 |
[svn-r2090] RM_H5D.html
H5Dclose: Corrected return type to herr_t (was hid_t).
H5Dcreate: Inserted missing spaces in function syntax statement.
RM_H5E.html
H5Ewalk: Added H5E_walk_t prototype and prototype parameter
descriptions.
RM_H5F.html
H5Fclose: Corrected behavior description, eliminating
comment that function fials if other access identifiers
are still open and describing actual behavior.
RM_H5T.html
H5Tregister: Corrected possible 'pers' values to H5T_PERS_HARD
(was HARD) and H5T_PERS_SOFT (was SOFT).
H5Tfind: Corrected 'pcdata' parameter IN/OUT designation.
Diffstat (limited to 'doc/html/RM_H5D.html')
-rw-r--r-- | doc/html/RM_H5D.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html index 1473dc3..2e27f94 100644 --- a/doc/html/RM_H5D.html +++ b/doc/html/RM_H5D.html @@ -132,9 +132,9 @@ facilitate moving easily between them.</i> <dt><strong>Signature:</strong> <dd><em>hid_t </em><code>H5Dcreate</code>(<em>hid_t </em><code>loc_id</code>, <em>const char *</em><code>name</code>, - <em>hid_t</em><code>type_id</code>, - <em>hid_t</em><code>space_id</code>, - <em>hid_t</em><code>create_plist_id</code> + <em>hid_t</em> <code>type_id</code>, + <em>hid_t</em> <code>space_id</code>, + <em>hid_t</em> <code>create_plist_id</code> ) <dt><strong>Purpose:</strong> <dd>Creates a dataset at the specified location. @@ -643,7 +643,7 @@ facilitate moving easily between them.</i> <dl> <dt><strong>Name:</strong> <a name="Dataset-Close">H5Dclose</a> <dt><strong>Signature:</strong> - <dd><em>hid_t </em><code>H5Dclose</code>(<em>hid_t </em><code>dataset_id</code> + <dd><em>herr_t </em><code>H5Dclose</code>(<em>hid_t </em><code>dataset_id</code> ) <dt><strong>Purpose:</strong> <dd>Closes the specified dataset. |