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.
Find a file
2023-07-31 23:49:24 +02:00
.gitignore Update to 1.2 - Closes rhbz#2227944 2023-07-31 23:49:24 +02:00
README.md Added the README 2022-08-29 03:32:09 +00:00
shdoc.spec Update to 1.2 - Closes rhbz#2227944 2023-07-31 23:49:24 +02:00
sources Update to 1.2 - Closes rhbz#2227944 2023-07-31 23:49:24 +02:00

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.