-
Notifications
You must be signed in to change notification settings - Fork 13
/
HeaderDocTOCTemplate.html
113 lines (102 loc) · 2.78 KB
/
HeaderDocTOCTemplate.html
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
<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;
}
td {
font-size: 80% ;
}
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;
}
h1 {
font-size: 150% ;
text-align: center ;
}
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;
}
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 -->
$$frameworkdiscussion@@
<h2><a name="summary">API Summary</a></h2>
<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>
<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>Types</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$typelist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0"@@
</table>
<h3>Macros</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$macrolist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0"@@
</table>
<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>Data</h3>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
$$datalist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0"@@
</table>
<!-- start of footer -->
<hr/>
© Copyright 2010-2013 by Uli Kusterer, all rights reserved.
<!-- end of footer -->
</body>
</html>