]>
Commit | Line | Data |
---|---|---|
3d60de81 SC |
1 | |
2 | : SYNOPSIS | |
3 | skip_past_newline | |
4 | get_stuff_in_command | |
5 | exfunstuff | |
6 | indent | |
7 | maybecatstr | |
8 | ; | |
9 | ||
10 | : ignore | |
11 | skip_past_newline | |
12 | get_stuff_in_command | |
13 | outputdots | |
14 | maybecatstr | |
15 | ; | |
16 | ||
17 | : CODE_FRAGMENT | |
18 | ignore ; | |
19 | ||
20 | : external | |
21 | 0 internalmode ignore ; | |
22 | ||
23 | : internal | |
24 | 1 internalmode ignore ; | |
25 | ||
26 | : ENDDD external ; | |
27 | : SECTION ignore ; | |
28 | : SUBSECTION ignore ; | |
29 | : SUBSUBSECTION ignore ; | |
30 | : INTERNAL_DEFINITION internal ; | |
31 | : DESCRIPTION ignore ; | |
32 | : FUNCTION external ; | |
33 | : RETURNS ignore ; | |
34 | : TYPEDEF external ; | |
35 | : INTERNAL_FUNCTION internal ; | |
36 | : INTERNAL internal ; | |
37 | : NODE ignore ; |