issues
search
reconquest
/
shdoc
Documentation generator for shell scripts (bash, sh, zsh). Javadoc for shell scripts.
MIT License
294
stars
63
forks
source link
indented multi-line support for several tags
#72
Open
landure
opened
1 year ago
landure
commented
1 year ago
Allow for indented function description (fix #50).
Add common code for multiline support for: description, example, stdout, stderr, stdin, set, see, and exitcode.
li-preprocess
style adds indentation to multiple line list entries.
replace space by generic
[[:blank:]]
in
exitcode
style
from
regex.
li-preprocess
style adds indentation to multiple line list entries.[[:blank:]]
inexitcode
stylefrom
regex.