Graph of included files
Posted
by Dacav
on Stack Overflow
See other posts from Stack Overflow
or by Dacav
Published on 2010-05-08T08:04:56Z
Indexed on
2010/05/08
8:08 UTC
Read the original article
Hit count: 177
When I work on someone else's code, I tipically need to abuse of grep in order to find data types declarations etc, and this usually makes me confused.
I'd like to have some tool which analyzes the source code and produces some graphviz-like drawing and allows me to follow dependencies.
Also I've found this on the internet, but I think is taylored for the linux kernel only.
© Stack Overflow or respective owner