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
2022-08-30 09:26:58 +02:00
.gitignore Update to 1.1 - Closes rhbz#2122511 2022-08-30 09:26:58 +02:00
README.md Added the README 2022-08-29 03:32:09 +00:00
shdoc.spec Update to 1.1 - Closes rhbz#2122511 2022-08-30 09:26:58 +02:00
sources Update to 1.1 - Closes rhbz#2122511 2022-08-30 09:26:58 +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.