diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-01-09 14:50:56 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-01-09 14:50:56 (GMT) |
commit | a2ecc8def5ea40302a1b593ce2d764c49c52f01c (patch) | |
tree | 35f02a3321516b526b12b1516ce5ffeb4c8ef5ee /doc | |
parent | 6ca7ae026e8ac6beca9c65866e0029568aae8f2f (diff) | |
download | hdf5-a2ecc8def5ea40302a1b593ce2d764c49c52f01c.zip hdf5-a2ecc8def5ea40302a1b593ce2d764c49c52f01c.tar.gz hdf5-a2ecc8def5ea40302a1b593ce2d764c49c52f01c.tar.bz2 |
[svn-r3245]
Purpose:
To make C++ and Fortran90 API docs more accessible
Solution:
Added link to C++ and Fortran90 API docs to docs index page.
Platforms tested:
IE 5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5Front.html | 5 | ||||
-rw-r--r-- | doc/html/index.html | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/html/RM_H5Front.html b/doc/html/RM_H5Front.html index 5e9d282..a07c957 100644 --- a/doc/html/RM_H5Front.html +++ b/doc/html/RM_H5Front.html @@ -5,7 +5,9 @@ HDF5 API Specification <body bgcolor="#FFFFFF"> -<hr> +<a name="TopofRM"> +<hr></a> + <center> <table cellspacing=0 cellpadding=0 border=0 width=98%> <tr><td valign=top align=left> @@ -120,6 +122,7 @@ 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>. <h3>The Fortran90 and C++ APIs to HDF5</h3> </a> diff --git a/doc/html/index.html b/doc/html/index.html index 0fbdda1..477433a 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -101,6 +101,11 @@ <ul> <li>Standards definitions and development guidelines </ul> +<dt><A HREF="RM_H5Front.html#F90andCPPlus">Fortran90 and C++ APIs</A> + <ul> + <li>Non-C APIs linked from and incorporated in the + <cite>HDF5 Reference Manual</cite> + </ul> <dt><A HREF="Glossary.html">HDF5 Glossary</A> * <ul> <li>A glossary of terms as they are used in HDF5 |