Re: [Doxygen-users] Callgraph output other than map
Brought to you by:
dimitri
From: jinho h. <hwa...@gm...> - 2019-05-10 18:02:51
|
On Fri, May 10, 2019 at 1:41 PM Ron W <ron...@gm...> wrote: > 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. > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > Thanks for the reply. I ended up parsing dot files to get all the elements needed. |