[svn-r2328] H5.user.html: Minor reformatting.
Removed old "Developer Docs" section to move to "HDF5 Tech Notes." Datatypes.html: Minor edits. Fixed confusing references to "simple datatypes." Attributes.html H5Aiterate: Changed function type to herr_t.
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<center>
|
||||
<table border=0 width=98%>
|
||||
<tr><td valign=top align=left>
|
||||
<a href="index.html">HDF5 documents and links</a> <br>
|
||||
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
||||
<a href="index.html">Other HDF5 documents and links</a> <br>
|
||||
<!--
|
||||
<a href="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
@@ -158,7 +158,7 @@
|
||||
<h2>4. Attribute Inquiry Functions</h2>
|
||||
|
||||
<dl>
|
||||
<dt><code>int H5Aiterate (hid_t <em>loc_id</em>,
|
||||
<dt><code>herr_t H5Aiterate (hid_t <em>loc_id</em>,
|
||||
unsigned *<em>attr_number</em>,
|
||||
H5A_operator <em>operator</em>,
|
||||
void *<em>operator_data</em>)</code>
|
||||
@@ -222,9 +222,9 @@
|
||||
<center>
|
||||
<table border=0 width=98%>
|
||||
<tr><td valign=top align=left>
|
||||
<a href="index.html">HDF5 documents and links</a> <br>
|
||||
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
||||
<a href="index.html">Other HDF5 documents and links</a> <br>
|
||||
<!--
|
||||
<a href="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user