Command-line reference¶
Commands are:
doxide init
- Initialize configuration files. Will prompt before replacing any existing files.
doxide build
- Build documentation in the output directory.
doxide clean
- Clean the output directory.
doxide cover
- Output code coverage data to
stdout
in JSON format. doxide help
- Print usage information.
Command-line options are as follows. When provided, they override the same settings in the configuration file.
--title
(defaultUntitled
)- Main page title.
--description
- Main page description.
--output
(defaultdocs
)- Output directory.
--coverage
- Code coverage file (
.gcov
or.json
).