reconquest / shdoc

Documentation generator for shell scripts (bash, sh, zsh). Javadoc for shell scripts.
MIT License
294 stars 63 forks source link

"####" output in Exit codes or Arguments #30

Open mindentropy opened 3 years ago

mindentropy commented 3 years ago

When I document my functions the output generated will have #### output after Exit code print or in Arguments.

For eg:

Exit codes

     * 0: Success #### Output on stdout
kovetskiy commented 3 years ago

@mindentropy could you provide an example showing the issue?