Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Doxygen for shell scripts



Hello
I've written a documentation generator for shell scripts. Example outputs:

https://github.com/zdharma/zshelldoc/tree/master/examples

It is based on (z) flag, works very robust. Supported are things like autoload functions and calls between scripts. I think the most power comes from call trees and comment extraction – this allows to analyze the code – but I plan to add some more things, like detection of usage of Zle, eval, add-zsh-hook, etc.

--  
Sebastian Gniazdowski
psprint /at/ zdharma.org



Messages sorted by: Reverse Date, Date, Thread, Author