Skip to content

Commit

Permalink
[svn-r1221] Fixed Bug #293
Browse files Browse the repository at this point in the history
	RM_H5Front.html
		"H5A Annotation" Interface corrected to "H5A Attribute" interface.
	RM_H5G.html
		H5Glink loc_id description corrected.
  • Loading branch information
fbaker committed Apr 26, 1999
1 parent 129f93d commit 62f0caf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/html/RM_H5Front.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>&nbsp;&nbsp;&nbsp;&nbsp;</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.
Expand Down Expand Up @@ -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>&nbsp;&nbsp;
Expand Down
4 changes: 2 additions & 2 deletions doc/html/RM_H5G.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
Expand Down Expand Up @@ -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>

0 comments on commit 62f0caf

Please sign in to comment.