next up previous contents
Next: Class Description file Up: Details Previous: Header and Footer Information

Summary File

We suggest the following sketchy HTML for the header summary files. An example of the summary file may be found at
http://tarzan.aoc.nrao.edu/~wyoung/protopages/TableVectorSum1.html.

<!doctype html public "-//IETF//DTD HTML 3.0//EN">
<html>
<head>
!
! style will hopefully allow us to get rid of the netscape table extensions
!
<style notation=css>
H1: text-color = red
TABLE {border-style: none;}
TABLE {padding: 0px;}
TABLE {border-width: 0px;}
</style>
</head>
<body>
!
!At the top
! anchor to Programmer Reference Manual
! anchor to Package document, anchor to Module
! include path for .h file
!
<a href="../../RefManual.html#Tables">AIPS++ Programmer Reference Manual</a>
<h1>Package <a href="../../Aips.html#aips"> aips </a> - Module
    <a href="../Tables.html#TableVector">Tables</a></h1>
<h1> &lt;aips/Tables/TableVector.h&gt; </h1>
<h1>Classes</h1>
<dl>
!List of classes with anchors
</dl>
<hr>
<h1> Class name with anchors to source code or 
<h1> Interface
!
! For the summary table
!define a table with return types right justified and functions left justified
!
<table border=0 cellspacing=0 cellpadding=0>
!
<tr><td align=left><h3>Public Functions</tr>
<tr><td align=right valign=top>return type <td align=left>function with arguments
!
! A Group
!
<tr><td align=left><a href="#group_name"><strong>group name</strong></a></tr>
!
<tr><td align=left><h3>Inherited Functions</tr>
<tr><td align=right valign=top>return type <td align=left>function with arguments
!
<tr><td align=left><h3>Protected Functions</tr>
!
<tr><td align=left><h3>Public Data</tr>
!
<tr><td align=left><h3>Protected Data</tr>
</table>

<hr>
<a href="http://tarzan.aoc.nrao.edu/cgi-bin/wwwgnats.pl"> Comments, suggestions,
and bug reports</a>
<p>Generated on yyyy mmm dd by cxx2html version x.x
<P>Copyright &#169; 1995 Associated Universities Inc., Washington, D.C.</P>
</body>
</html>



tcornwel@nrao.edu