[svn-r7567]

Purpose:
    Alphabetic sort of RM function entries
    Additional and modified HTML coding to accomodate HTMLdoc and
        automated PDF generation

Description:

Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Frank Baker
2003-10-07 14:56:17 -05:00
parent 038c920c9f
commit cf629d9e6c
6 changed files with 1636 additions and 1533 deletions

View File

@@ -1,5 +1,7 @@
<html>
<head><title>
<head>
<a name="TopofRM"></a>
<title>
HDF5 API Specification
</title>
@@ -27,6 +29,9 @@ HDF5 API Specification
<body bgcolor="#FFFFFF">
<!-- HEADER LEFT "HDF5 Reference Manual -->
<!-- FOOTER $PAGE (format=1) -->
<!-- #BeginLibraryItem "/ed_libs/NavBar_RM.lbi" --><hr>
<center>
@@ -129,7 +134,13 @@ See <a href="#F90andCPPlus">below</a> for the FORTRAN90 and C++ APIs.
<a name="F90andCPPlus">
<hr>
<p align=right>To top of <a href="#TopofRM"><cite>Reference Manual</cite></a>.
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
document.writeln("<div align=right><a href='#TopofRM'>To top of <cite>Reference Manual</cite></a></div>");
-->
</SCRIPT>
<h3>The Fortran90 and C++ APIs to HDF5</h3>
</a>
@@ -152,7 +163,8 @@ These APIs are described in the following documents.
H5R, H5S, and H5T interfaces and are described on those pages.
<p>
In general, each Fortran subroutine performs exactly the same task
as the corresponding C function. The links at the top of each reference
as the corresponding C function. In the electronic version of this manual,
the links at the top of each reference
manual section go to the C function descriptions, which serve as general
descriptions for both the C and Fortran APIs. A button, under
<strong>Non-C API(s)</strong> at the end of the C function description,
@@ -217,23 +229,30 @@ And in this document, the
</table>
</center>
<hr>
<!-- #EndLibraryItem --><address>
<table width=100% border=0>
<!-- #EndLibraryItem --><table width=100% border=0>
<tr><td align=left valign=top>
<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
Describes HDF5 Release 1.6.0, July 2003
</address><!-- #EndLibraryItem -->
Last modified: 9 April 2003
</address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
document.writeln("Last modified: 9 April 2003");
-->
</SCRIPT>
</td><td align=right valign=top>
<a href="Copyright.html">Copyright</a>&nbsp;&nbsp;
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
document.writeln("<a href=../Copyright.html>Copyright</a>&nbsp;&nbsp;");
-->
</SCRIPT>
</td></tr>
</table>
</body>
</html>