File: topic_example.html

package info (click to toggle)
libtifiles 1.1.1-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 3,088 kB
  • ctags: 1,531
  • sloc: ansic: 11,997; sh: 9,149; makefile: 184; sed: 16
file content (66 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download | duplicates (5)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Header File Index</title>
  <link rel="STYLESHEET" type="TEXT/CSS" href="style.css">
</head>
<body bgcolor="#fffff8">
<table class="INVTABLE" width="100%">
  <tbody>
    <tr>
      <td class="NOBORDER" width="40"><img src="info.gif" border="0"
 height="32" width="32"> </td>
      <td class="TITLE">Title of topic<br>
      </td>
    </tr>
  </tbody>
</table>
<hr>
<h3><a name="Function1"></a>Function1</h3>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2"
 cellspacing="2">
  <tbody>
    <tr>
      <td style="vertical-align: top;">Function definition with
arguments</td>
    </tr>
  </tbody>
</table>
<br>
How function work.<br>
<br>
<table style="width: 100%; text-align: left;" border="0" cellpadding="2"
 cellspacing="2">
  <tbody>
    <tr>
      <td style="vertical-align: top;">arg1<br>
      </td>
      <td style="vertical-align: top;">comment1<br>
      </td>
    </tr>
    <tr>
      <td style="vertical-align: top;">arg2<br>
      </td>
      <td style="vertical-align: top;">comment2<br>
      </td>
    </tr>
    <tr>
      <td style="vertical-align: top;">Returns<br>
      </td>
      <td style="vertical-align: top;">comment3<br>
      </td>
    </tr>
  </tbody>
</table>
<br>
<h3>Function2</h3>
....<br>
<br>
<h3><a
 href="index.html">Return
to the main index</a> </h3>
<br>
<br>
<br>
</body>
</html>