bash-doxygen icon indicating copy to clipboard operation
bash-doxygen copied to clipboard

Build call graph

Open achorein opened this issue 9 years ago • 1 comments

Hi.

Is there a way to detect function calls in order to build the call graph ?

achorein avatar Jun 21 '16 09:06 achorein

Well. There's always a way. The question is how much blood you want to spill to get it. (Yeah, blood. Sed is dark magic).

Detecting command names in simple command lines should be doable. But I think it will not be trivial if you want to cover all the cases. If parameters can be removed from the call without confusing doxygen, I might give it a shot. At least for top level commands. Nested calls might be more difficult.

Anvil avatar Jun 21 '16 14:06 Anvil