Axedoc
Axedoc is a simple CLI for generating markdown documentation based on Axe code, it can be run with the following:
axedoc some_program.axe
If you want to generate documentation for all files in the current directory, you can use the --all flag:
axedoc --all
Repo: axedoc