GenDocCLI.EXE, the Command-Line Documentation Generation Tool
Go Up to Command-Line Utilities Index
GenDocCLI.EXE is the command-line documentation generation tool. GenDocCLI.EXE runs the command-line version of the documentation generation feature from the command interpreter.
Notice the following differences between the applicability of GenDocCLI.EXE and the documentation generation feature integrated into the IDE:
- GenDocCLI.EXE can generate documentation for any Delphi projects, even for projects that do not support UML Modeling. However, GenDocCLI.EXE cannot generate documentation for C++ projects.
- The integrated documentation generation feature can generate documentation for both Delphi and C++ projects. However, this applies only to projects that support UML Modeling.
Command-Line Syntax
To display the command-line help, enter:
GenDocCLI {-h|--help}
To run the stand-alone documentation generation tool from the command interpreter, use the command-line syntax:
GenDocCLI [--without-diagrams] [--without-navigation] [{-q|--quiet}]^ CompilerOptions [-o OutputFolder] ProjectName.DPROJ
Command-Line Options
You can use the following command line options:
Option | Description |
---|---|
|
One of these options can be specified to display the short help in the console window. |
--without-diagrams |
If you specify this option, GenDocCLI.EXE does not insert diagram images into the generated documentation files. By default, it inserts diagram images. |
--without-navigation |
If you specify this option, GenDocCLI.EXE does not include a navigation tree into the generated documentation. By default, it includes a navigation tree. |
|
You can use either version of this option. Use this option if you do not want GenDocCLI.EXE to show its service messages in the console window. |
|
Specifies some options related to the Delphi compiler (see DCC32.EXE, the Delphi Command Line Compiler.) You can use the following options:
|
|
|
|
Specifies the Delphi project file. This file must have the |