Check-in [152394d78c]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Convert overview doc to Doxygen
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 152394d78c50a02f1253d62f60850d78ef7c01c8
User & Date: darrenbane 2014-11-10 12:03:00.788
Context
2014-12-07
15:49
Add .dox file Leaf check-in: 7ccd311cdd user: darrenbane tags: trunk
2014-11-10
12:03
Convert overview doc to Doxygen check-in: 152394d78c user: darrenbane tags: trunk
2014-10-28
23:15
Whoops, forgot a file check-in: fee5461ede user: darrenbane tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Name change from src/lbl.org to hdr/lbl.dox.
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

#+SETUPFILE: setup.org

* Lbl


** Abstract

Tool to resolve cross-references in *roff documents.

** Help

See the man page.

** Globals

See externs.h

** Files

| File     | Definition                                                   |
|----------+--------------------------------------------------------------|

| tempfile | Output of the 1st pass, input to the 2nd (see tempfile below |

*** tempfile


This contains the output of the 1st pass, the *roff document with
placeholders for the eventual cross-references.

<
|
|
>
|
|
<
|
|
<
|
|
|
|
<
|
|
|
|
<
<
>
|
|
<
|
>
|
|
>

1
2
3
4
5

6
7

8
9
10
11

12
13
14
15


16
17
18

19
20
21
22
23

/**
 * @mainpage Lbl
 * @tableofcontents
 *
 * @section abstract Abstract

 * Tool to resolve cross-references in *roff documents.
 *

 * @section help Help
 * See the man page.
 *
 * @section globals Globals

 * See externs.h
 *
 * @section files Files
 * <TABLE>


 * <TR><TH>File</TH><TH>Description</TH></TR>
 * <TR><TD>tempfile</TD><TD>Output of the 1st pass, input to the 2nd (see tempfile below</TD></TR>
 * </TABLE>

 *
 * @subsection tempfile tempfile
 * This contains the output of the 1st pass, the *roff document with
 * placeholders for the eventual cross-references.
 */