Re: [Doxygen-users] Callgraph output other than map
Brought to you by:
dimitri
From: Ron W <ron...@gm...> - 2019-05-10 17:40:23
|
On Fri, May 10, 2019 at 8:02 AM <dox...@li...> wrote: > Date: Thu, 9 May 2019 23:08:00 -0400 > From: jinho hwang <hwa...@gm...> > Subject: [Doxygen-users] Callgraph output other than map > Message-ID: > < > CAP...@ma...> > Content-Type: text/plain; charset="utf-8" > > Hi, > > I get the callgraphs in png files, and see the maps are created to the > links. However, that does not give explicit mapping unless I interpret the > coordinates in the map file. Is there a way to output the callgraph in any > other formats such as text, xml, json? > The graphs are generated using Graphviz, which supports many output formats. I think Doxygen has way to set the options for Graphviz. If nothing else, you could create a wrapper script around Graphviz and modify PATH so Doxygen finds the wrapper before it finds Graphviz. |