Is there a tool available to create call diagrams or create other documentation from a Korn Shell file?
I want a tool to automatically create the graphs, not make me do it manually.
C. Ross
2010-02-09 14:41:07
A:
Do your own parsing (simple string matching might be sufficient) of the script and use graphviz to generate a graph?
Anders Lindahl
2010-02-09 14:20:46
It's what I'm working on, but I'd rather not re-invent the wheel if I don't have to.
C. Ross
2010-02-09 14:40:47