Re: [Doxygen-users] [Pure C] Global variables in call graph
Brought to you by:
dimitri
|
From: Christoph L. <chr...@li...> - 2017-03-21 09:36:10
|
Am 21.03.2017 um 08:42 schrieb Xenia Galinskaya: > I've a program with lots of global variables, but they are absent in > call graphs. > > Is it possible to show them in CG? It's a call graph. It only shows stuff that is called. You don't "call" global variables. You just access them. |