Re: [Doxygen-users] "Global" call graph possible?
Brought to you by:
dimitri
From: Richard D. <Ri...@Da...> - 2014-12-03 13:36:41
|
On 12/3/14, 8:12 AM, Georg Jaehnig wrote: > Hi, > > I wonder if it is possible to generate one call graph for the whole > project: one that contains all the functions and their calls in one > graph. Is it? > > I already hacked something together using the XML output to create my > own DOT file but much more convenient would be a switch within > Doxyfile. > The call graph of main()? If you have a library, I think you will need to make a "dumy" function that calls all the root api functions in the library. -- Richard Damon |