Workflow
The broad workflow look like this:
- Initialize your project
- Write documentation in the Markdown files
- Generate web-based docs from the Markdown
- Change your source code
- Re-generate Markdown
- GOTO 2
These steps corresond to these commands:
doxidize init
- ...
doxidize build
- ...
doxidize update
- ...
The ...
steps depend on your editor. For more details, please
consult the pages on each of these subcommands.