Is there an program that can automaticly generate a diagram from a software project with many source files?
I work on a large software project consisting of many souce files (both C and java source files) and am looking for something that will let me see at a glance where stuctures and functions are defined, as well as all the places where a particular function is called. The company for which I work uses Visual SourceSafe, and presently I must search the whole repository to find functions and other things I am looking for.
Public Comments
- You can configure Doxygen to generate inheritance diagrams if you also install graphviz. http://www.stack.nl/~dimitri/doxygen/diagrams.html http://www.graphviz.org/ There are also some online tutorials about configuring Visual Studio to automatically run Doxygen after a build so you can keep your docs up to date.
Powered by Yahoo! Answers