I tried Doxygen on a sample project from GIT. I was able to create documentation with navigation panel but I need doxygen to generate only the callgraph. Is is possible to do this?
Asked
Active
Viewed 506 times
2 Answers
0
I say no. To generate the graph Doxygen needs to process your whole project anyhow. You could try disabling options on some outputs but essentially it wouldn't save you much time.
There is some XML output that you may be able to analyze and feed into the graphing engine, but again, to get that output you have to let Doxygen churn away.

Mark Robbins
- 2,427
- 3
- 24
- 33