File: README

package info (click to toggle)
libticalcs4 4.6.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,552 kB
  • ctags: 2,168
  • sloc: ansic: 17,103; sh: 9,269; makefile: 520; yacc: 288; awk: 144; sed: 16
file content (38 lines) | stat: -rw-r--r-- 1,016 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
30
31
32
33
34
35
36
37
38
About folders:
- html: html generated documentation
- tmpl: html template (style sheet, images) + hand-written doc
- text: hand-written documentation with a specific format


About the documentation system...

It's inspired from the TIGCC system but parsing functions has been written
from scratch with awk.

It's made up of sections [...]: 
- Main
- Parameters or Fields: functions parameters or structure fields are listed
- Summary
- Description
- See also: other links

In the Main section, there are some keywords:
- Name: some text
- Type: Structure, Function, Define, Enum
- Header: one or more 'C' headers
- Definition: some text

There are some specific chars:
- '@': parameters reference: the text is in italic

There are some aliases to avoid ambiguity:
TicableLinkCable.get -> get

The 3 folders are processed in 2 passes and the result is put in the 
'doc' folder:

        text + tmpl -> html -+-> doc
        html                -+

Pass #1 (pass1.awk): text -> html
Pass #2 (pass2.awk): html -> html