mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r1221] Fixed Bug #293
RM_H5Front.html "H5A Annotation" Interface corrected to "H5A Attribute" interface. RM_H5G.html H5Glink loc_id description corrected.
This commit is contained in:
parent
129f93d069
commit
62f0caf0a5
@ -55,8 +55,8 @@ tools required to meet specific aspects of the HDF5 data-handling requirements.
|
||||
<tr><td valign=top><a href="RM_H5.html">Library Functions</a>
|
||||
</td><td> </td><td valign=top>The general-purpose <strong>H5</strong> functions.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="RM_H5A.html">Annotation Interface</a>
|
||||
</td><td></td><td valign=top>The <strong>H5A</strong> API for annotations.
|
||||
<tr><td valign=top><a href="RM_H5A.html">Attribute Interface</a>
|
||||
</td><td></td><td valign=top>The <strong>H5A</strong> API for attributes.
|
||||
</td></tr>
|
||||
<tr><td valign=top><a href="RM_H5D.html">Dataset Interface</a>
|
||||
</td><td></td><td valign=top>The <strong>H5D</strong> API for manipulating scientific datasets.
|
||||
@ -149,7 +149,7 @@ HDF5 Reference Manual
|
||||
<tr><td align=left valign=top>
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
<br>
|
||||
Last modified: 30 October 1998
|
||||
Last modified: 26 April 1999
|
||||
|
||||
</td><td align=right valign=top>
|
||||
<a href="Copyright.html">Copyright</a>
|
||||
|
@ -238,7 +238,7 @@ create or access function.
|
||||
<dt><strong>Parameters:</strong>
|
||||
<dl>
|
||||
<dt><em>hid_t</em> <code>loc_id</code>
|
||||
<dd>File, group, dataset, or datatype identifier.
|
||||
<dd>File or group identifier.
|
||||
<dt><em>H5G_link_t</em> <code>link_type</code>
|
||||
<dd>Link type.
|
||||
Possible values are <code>H5G_LINK_HARD</code> and <code>H5G_LINK_SOFT</code>.
|
||||
@ -636,7 +636,7 @@ H5G
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
|
||||
<br>
|
||||
Last modified: 30 October 1998
|
||||
Last modified: 26 April 1999
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user