1fpclasschart(1) Free Pascal class tree generator fpclasschart(1)
2
3
4
6 fpclasschart - The Free Pascal class tree generator.
7
8
10 fpclasschart --input=cmdline --output=filename [--merge=filename]
11 [--kind=objectkind] [--lang=language] [--help]
12
13
15 fpclasschart Creates class tree from pascal source
16
17
19 You can invoke fpclasschart with as one or more options.
20
21
23 fpclasschart has several options, most of them optional, defaults will
24 be used in most cases.
25
26
27 --input=cmdline
28 This option tells fpclasschart to generate a tree file. The com‐
29 mand line is the same as the compiler's one used to compile the
30 source file.
31
32 --output=filename
33 This option specifies the name of the generated file descfile
34 that contains the actual chart for the object tree.
35
36 --merge=filename
37 Gives a path to a file already containing an object tree to
38 merge.
39
40 --kind=objectkind
41 Specifys object kind. One of object, class, interface.
42
43 --lang=language
44 Sets the language for the output file. This will mainly set the
45 strings used for the headers in various parts of the documenta‐
46 tion files (by default they're in english). Currently, valid
47 options are
48
49
50
51 de German.
52
53 fr French.
54
55 nl Dutch.
56
57 --help Writes a help message.
58
59
61 ppc386(1) latex(1) makeskel(1)
62
63
64
65Free Pascal 9 december 2009 fpclasschart(1)