File: README

package info (click to toggle)
libticables3 3.9.6-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,656 kB
  • ctags: 2,184
  • sloc: ansic: 15,996; sh: 9,298; makefile: 526; yacc: 288; awk: 145; sed: 16
file content (38 lines) | stat: -rw-r--r-- 1,016 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
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 such as @ticable_init@

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