summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2003-10-16 22:55:29 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2003-10-16 22:55:29 (GMT)
commitfc59fc145df210ac78783e6af996318ff9a85437 (patch)
tree46c1b83858ed3e7b814d69002d008885040cf224
parenta0a7849d515114d3f6368a8b208f5f4ee3cd919e (diff)
downloadhdf5-fc59fc145df210ac78783e6af996318ff9a85437.zip
hdf5-fc59fc145df210ac78783e6af996318ff9a85437.tar.gz
hdf5-fc59fc145df210ac78783e6af996318ff9a85437.tar.bz2
[svn-r7658]
Purpose: Rebalance function index at top of page. Platforms tested: Safari, IE 5
-rw-r--r--doc/html/RM_H5F.html12
-rw-r--r--doc/html/RM_H5R.html32
-rw-r--r--doc/html/RM_H5T.html10
3 files changed, 16 insertions, 38 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html
index 81ea736..6003ec6 100644
--- a/doc/html/RM_H5F.html
+++ b/doc/html/RM_H5F.html
@@ -82,18 +82,18 @@ documented below.
<li><a href="#File-Open">H5Fopen</a>
<li><a href="#File-Reopen">H5Freopen</a>
<li><a href="#File-Close">H5Fclose</a>
+ <li><a href="#File-Flush">H5Fflush</a>
</ul>
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign=top>
<ul>
- <li><a href="#File-Flush">H5Fflush</a>
<li><a href="#File-IsHDF5">H5Fis_hdf5</a>
<li><a href="#File-Mount">H5Fmount</a>
<li><a href="#File-Unmount">H5Funmount</a>
+ <li><a href="#File-GetVfdHandle">H5Fget_vfd_handle</a>
+ <li><a href="#File-GetCreatePlist">H5Fget_create_plist</a>
</ul>
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign=top>
<ul>
- <li><a href="#File-GetVfdHandle">H5Fget_vfd_handle</a>
- <li><a href="#File-GetCreatePlist">H5Fget_create_plist</a>
<li><a href="#File-GetAccessPlist">H5Fget_access_plist</a>
<li><a href="#File-GetObjCount">H5Fget_obj_count</a>
<li><a href="#File-GetObjIDs">H5Fget_obj_ids</a>
@@ -156,18 +156,18 @@ as the corresponding C function.
<li><a href="#File-Open">h5fopen_f</a>
<li><a href="#File-Reopen">h5freopen_f</a>
<li><a href="#File-Close">h5fclose_f</a>
+ <li><a href="#File-Flush">h5fflush_f</a>
</ul>
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign=top>
<ul>
- <li><a href="#File-Flush">h5fflush_f</a>
<li><a href="#File-IsHDF5">h5fis_hdf5_f</a>
<li><a href="#File-Mount">h5fmount_f</a>
<li><a href="#File-Unmount">h5funmount_f</a>
+ <li><a href="#File-GetVfdHandle">h5fget_vfd_handle_f</a>
+ <li><a href="#File-GetCreatePlist">h5fget_create_plist_f</a>
</ul>
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign=top>
<ul>
- <li><a href="#File-GetVfdHandle">h5fget_vfd_handle_f</a>
- <li><a href="#File-GetCreatePlist">h5fget_create_plist_f</a>
<li><a href="#File-GetAccessPlist">h5fget_access_plist_f</a>
<li><a href="#File-GetObjCount">h5fget_obj_count_f</a>
<li><a href="#File-GetObjIDs">h5fget_obj_ids_f</a>
diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html
index 9beaa74..a2063b7 100644
--- a/doc/html/RM_H5R.html
+++ b/doc/html/RM_H5R.html
@@ -74,32 +74,6 @@ to specific objects and data regions in an HDF5 file.
<p>
<strong>The C Interfaces:</strong>
-<table border=0 width=80%>
-<tr><td valign=top width=40%>
-<ul>
- <li><a href="#Reference-Create">H5Rcreate</a>
- <li><a href="#Reference-Dereference">H5Rdereference</a>
-</ul>
-</td><td valign=top width=40%>
-<ul>
- <li><a href="#Reference-GetRegion">H5Rget_region</a>
- <li><a href="#Reference-GetObjType">H5Rget_obj_type</a>
- <li><span class="1_4_compat"><a href="#Reference-GetObjectType">H5Rget_object_type</a></span> *
-</ul>
-</td><td valign=top width=20%>
-<ul>
- &nbsp;
-</ul>
-</td></tr>
-</table>
-
-* Functions labelled with an asterisk (*) are provided only for
-backwards compatibility with HDF5 Releases 1.4.<i>x</i>.
-See further notes in the description of each function.
-<p>
-
-<i>Alphabetical Listing</i>
-
<table border="0">
<tr>
<td valign="top">
@@ -128,7 +102,11 @@ See further notes in the description of each function.
</tr>
</table>
-<br>
+* Functions labelled with an asterisk (*) are provided only for
+backwards compatibility with HDF5 Releases 1.4.<i>x</i>.
+See further notes in the description of each function.
+<p>
+
<strong>The FORTRAN90 Interfaces:</strong>
<br>
In general, each FORTRAN90 subroutine performs exactly the same task
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html
index 83cc5ff..0ae8c42 100644
--- a/doc/html/RM_H5T.html
+++ b/doc/html/RM_H5T.html
@@ -166,9 +166,9 @@ of a dataset.
<br>
<i>Alphabetical Listing</i>
-<table border="0">
+<table border="0" width=100%>
<tr>
- <td valign="top">
+ <td valign="top" width=30%>
<li><a href="#Datatype-ArrayCreate">H5Tarray_create</a>
<li><a href="#Datatype-Close">H5Tclose</a>
<li><a href="#Datatype-Commit">H5Tcommit</a>
@@ -192,9 +192,9 @@ of a dataset.
<li><a href="#Datatype-GetInpad">H5Tget_inpad</a>
</td>
- <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+ <td width=3%>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
- <td valign="top">
+ <td valign="top" width=30%>
<li><a href="#Datatype-GetMemberClass">H5Tget_member_class</a>
<li><a href="#Datatype-GetMemberIndex">H5Tget_member_index</a>
<li><a href="#Datatype-GetMemberName">H5Tget_member_name</a>
@@ -218,7 +218,7 @@ of a dataset.
<li><a href="#Datatype-IsVariableString">H5Tis_variable_str</a>
</td>
- <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+ <td width=3%>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td valign="top">
<li><a href="#Datatype-Lock">H5Tlock</a>