-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathHeaderDocTOCTemplate.html
More file actions
120 lines (110 loc) · 2.93 KB
/
HeaderDocTOCTemplate.html
File metadata and controls
120 lines (110 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<html>
<head>
<title>$$framework@@</title>
<!-- A big scary CSS block -->
<style type="text/css"><!--
#pagehead {
font-weight: bold ;
font-size: 32px ;
text-align: center ;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
}
body {
text-decoration: none;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
font-size: 10pt;
}
a:link {
text-decoration: none;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
color: #0000ff;
}
a:visited {
text-decoration: none;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
color: #0000ff;
}
a:visited:hover {
text-decoration: underline;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
color: #ff6600;
}
a:active {
text-decoration: none;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
color: #ff6600;
}
a:hover {
text-decoration: underline;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
color: #ff6600;
}
h4 {
text-decoration: none;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
font-weight: bold;
}
body {
text-decoration: none;
font-family: lucida grande, geneva, helvetica, arial, sans-serif;
}
pre{
margin:0 0 0.8em;
padding:10px;
background-color: #dde4ee;
border:1px solid #ccc;
}
address {
font-size: 12px ;
}
.address_image {
float: left ;
}
-->
</style>
<!-- End big scary CSS block -->
</head>
<body bgcolor="#ffffff">
<!-- start of header -->
<!--#include virtual="/path/to/header.html"-->
<!-- end of header -->
<h1>HessianKit</h1>
$$frameworkdiscussion@@
<h2><a name="summary">API Summary</a></h2>
<h3>Classes</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$classlist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0" @@
</table>
<!--
<h3>Protocols</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$protocollist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0"@@
</table>
<h3>Functions</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$functionlist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0"@@
</table>
<h3>Type</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$typelist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0"@@
</table>
<h3>Data</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$datalist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0"@@
</table>
-->
<h3>Headers</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$headerlist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0"@@
</table>
<!-- start of footer -->
<hr/>
<address>
Web page: <a href="http://hessiankit.sourceforge.org">
http://hessiankit.sourceforge.org</a><br/>
E-mail: <a href="mailto:fredrik.olsson@jayway.com">
fredrik.olsson@cocoway.se</a>
</address>
<!-- end of footer -->
</body>
</html>