[svn-r7787]
Purpose:
Fixes for user-reported Ref Manual bugs:
H5Gget_objname_by_idx: corrected 'size' parameter specification
H5Sselect_elements: Expanded 'coord' parameter description to make it
clear that values are 0-based.
Additional minor copy edits and formatting cleanup.
Platforms tested:
IE 5
This commit is contained in:
@@ -612,7 +612,7 @@ SUBROUTINE
|
||||
<dd><em>ssize_t</em> <code>H5Gget_objname_by_idx</code>(<em>hid_t</em> <code>loc_id</code>,
|
||||
<em>hsize_t</em> <code>idx</code>,
|
||||
<em>char *</em><code>name</code>,
|
||||
<em>size_t*</em> <code>size</code> )
|
||||
<em>size_t</em> <code>size</code> )
|
||||
<dt><strong>Purpose:</strong>
|
||||
<dd>Returns a name of an object specified by an index.
|
||||
<dt><strong>Description:</strong>
|
||||
@@ -1402,7 +1402,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0
|
||||
</address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
|
||||
<!--
|
||||
document.writeln("Last modified: 21 October 2003");
|
||||
document.writeln("Last modified: 29 October 2003");
|
||||
-->
|
||||
</SCRIPT>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user