diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-10-07 19:56:17 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-10-07 19:56:17 (GMT) |
commit | cf629d9e6c89eadd77ce98a527ac43b2fc4fcdc4 (patch) | |
tree | 761bc97e2a3846cd08805586969c8fba5fde5db1 /doc/html/RM_H5Front.html | |
parent | 038c920c9f767d9be17cc6df0eb53a70bc71c557 (diff) | |
download | hdf5-cf629d9e6c89eadd77ce98a527ac43b2fc4fcdc4.zip hdf5-cf629d9e6c89eadd77ce98a527ac43b2fc4fcdc4.tar.gz hdf5-cf629d9e6c89eadd77ce98a527ac43b2fc4fcdc4.tar.bz2 |
[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:
Diffstat (limited to 'doc/html/RM_H5Front.html')
-rw-r--r-- | doc/html/RM_H5Front.html | 39 |
1 files changed, 29 insertions, 10 deletions
diff --git a/doc/html/RM_H5Front.html b/doc/html/RM_H5Front.html index ea79e7d..480f01f 100644 --- a/doc/html/RM_H5Front.html +++ b/doc/html/RM_H5Front.html @@ -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> +<SCRIPT LANGUAGE="JAVASCRIPT"> +<!-- +document.writeln("<a href=../Copyright.html>Copyright</a> "); +--> +</SCRIPT> </td></tr> </table> - </body> </html> + + |