MAN page from RedHat EL 8 fpc-3.2.0-1.el8.x86_64.rpm
fpclasschart
Section: Free Pascal class tree generator (1)
Updated: 9 december 2009
Index NAME
fpclasschart - The Free Pascal class tree generator.
SYNOPSIS
fpclasschart --input=cmdline --output=filename [--merge=filename] [--kind=objectkind] [--lang=language] [--help]
Description
fpclasschartCreates class tree from pascal source
Usage
You can invoke fpclasschartwith as one or more options.
Options
fpclasscharthas several options, most of them optional, defaults will be used in mostcases.
- --input=cmdline
- This option tells fpclasschartto generate a tree file. The command line is the same as the compiler's oneused to compile the source file.
- --output=filename
- This option specifies the name of the generated filedescfilethat contains the actual chart for the object tree.
- --merge=filename
- Gives a path to a file already containing an object tree to merge.
- --kind=objectkind
- Specifys object kind. One of object, class, interface.
- --lang=language
- Sets the language for the output file. This will mainly set the strings usedfor the headers in various parts of the documentation files (by defaultthey're in english). Currently, valid options are
- de
- German.
- fr
- French.
- nl
- Dutch.
- --help
- Writes a help message.
SEE ALSO
- ppc386(1)latex(1)makeskel(1)
Index
- NAME
- SYNOPSIS
- Description
- Usage
- Options
- SEE ALSO
This document was created byman2html,using the manual pages.