doxysphinx#
Doxysphinx main package.
Doxysphinx uses click to provide a command line interface with
sub commands similar to e.g. git.
The main command is doxysphinx.cli.cli().
The build and clean commands are defined in doxysphinx.cli.
The commands itself will do some input validation and then call into the doxysphinx.process.Builder
which is considered the entrypoint of the main doxysphinx functionality.