Most of the unitdi options are not required. Defaults will be used in most cases.
-
{disable-arguments
- Do not check the arguments of functions and procedures. The default
action is to check them.
-
{disable-private
- Do not check private elds or methods of classes. The default action is
to check them.
-
{disable-protected
- Do not check protected elds or methods of classes. The default action
is to check them.
-
{help
- Emit a short help text and exit.
-
{lang=language
- Set the language for the output le. This will mainly set the strings used for the
headers in various parts of the documentation les (by default they're in English). Currently,
valid options are:
- de: German.
- fr: French.
- nl: Dutch.
-
{list
- Display just the list of available identi ers for the unit or units. If only one unit is speci ed
on the command line, this option is automatically assumed.
-
{output= lename
- Specify where the output should go. The default action is to send the output
is sent to standard output (the screen).
-
{sparse
- Turn on sparse mode. Output only the identi er names. Do not output types or type
descriptions. By default, type descriptions are also written.