How to generate Function caller graphs for other languages?
Posted
by Jeremy Rudd
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Rudd
Published on 2009-09-06T10:11:04Z
Indexed on
2010/03/13
10:05 UTC
Read the original article
Hit count: 416
I like the way Doxygen combines with Graphviz dot to generate function caller graphs. I'd like this functionality for other languages as well, apart from the basics that Doxygen supports (C++, C, Java, Objective-C, Python, VHDL, PHP, C#).
I'm currently interested in JavaScript, ActionScript 2 and ActionScript 3/Flex but am looking for ways or tools that have a wider language support than Doxygen.
Is there any way to get function caller graphs for any other languages?
© Stack Overflow or respective owner