shdoc is a documentation generator for bash/zsh/sh for generating API
documentation in Markdown from shell scripts source.
shdoc parses annotations in the beginning of a given file and alongside function
definitions, and creates a markdown file with ready to use documentation.
| .gitignore | ||
| README.md | ||
| shdoc.spec | ||
| sources | ||
shdoc
shdoc is a documentation generator for bash/zsh/sh for generating API documentation in Markdown from shell scripts source.
shdoc parses annotations in the beginning of a given file and alongside function definitions, and creates a markdown file with ready to use documentation.