File: AllUnits.html

package info (click to toggle)
pasdoc 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 33,536 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 519; sh: 417
file content (29 lines) | stat: -rw-r--r-- 1,506 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>All Units</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<h1 class="allitems">All Units</h1>
<table class="unitstable wide_list">
<tr class="listheader">
<th class="itemname">Name</th>
<th class="itemdesc">Description</th>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="ok_relative_include_1.html">ok_relative_include_1</a></td>
<td class="itemdesc"><p>This is a test unit that includes ok_relative_include_conf.inc file two times.

<p>Note that the ok_relative_include_conf.inc file is in the same directory as this unit, so <strong>no matter what is current dir when running pasdoc</strong> &mdash; you should not need to add any -I option to pasdoc to find ok_relative_include_conf.inc.</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="ok_relative_include_2.html">ok_relative_include_2</a></td>
<td class="itemdesc"><p>This is another test unit that includes ok_relative_include_conf.inc file two times.

<p>This time note that the ok_relative_include_conf.inc file is already in the parent directory of this unit file, so once again <strong>no matter what is current dir when running pasdoc</strong> &mdash; you should not need to add any -I option to pasdoc to find ok_relative_include_conf.inc.</p></td>
</tr>
</table>
</body></html>