On Fri, May 10, 2019 at 1:41 PM Ron W <[email protected]> wrote: > On Fri, May 10, 2019 at 8:02 AM < > [email protected]> wrote: > >> Date: Thu, 9 May 2019 23:08:00 -0400 >> From: jinho hwang <[email protected]> >> Subject: [Doxygen-users] Callgraph output other than map >> Message-ID: >> < >> capqgangj185jwgvhhbkfq5zvz3oyohuglleuumjnsv-96h-...@mail.gmail.com> >> 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/doxygen-users >
Thanks for the reply. I ended up parsing dot files to get all the elements needed.
_______________________________________________ Doxygen-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-users
