When I work on another user's code, I typically need to abuse grep to find data type declarations, etc., and that usually confuses me.
I would like to have a tool that analyzes the source code and creates a graphic drawing that looks like a graph, and allows me to keep track of dependencies.
I also found this on the Internet, but I think it is taylored for the linux kernel.
source
share