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
2026-06-01 15:46:31 +02:00
.gitignore Update to 1.4 - Closes rhbz#2483678 2026-06-01 15:46:31 +02:00
README.md Added the README 2022-08-29 03:32:09 +00:00
shdoc.spec Update to 1.4 - Closes rhbz#2483678 2026-06-01 15:46:31 +02:00
sources Update to 1.4 - Closes rhbz#2483678 2026-06-01 15:46:31 +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.