-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RM_H5Front.html "H5A Annotation" Interface corrected to "H5A Attribute" interface. RM_H5G.html H5Glink loc_id description corrected.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,8 +55,8 @@ <h1>HDF5: API Specification<br>Reference Manual</h1> | |
<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 @@ <h1>HDF5: API Specification<br>Reference Manual</h1> | |
<tr><td align=left valign=top> | ||
<a href="mailto:[email protected]">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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -238,7 +238,7 @@ <h2>Group Object API Functions</h2> | |
<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 @@ <h2>Group Object API Functions</h2> | |
<a href="mailto:[email protected]">HDF Help Desk</a> | ||
|
||
<br> | ||
Last modified: 30 October 1998 | ||
Last modified: 26 April 1999 | ||
|
||
</body> | ||
</html> |