1

I used doxygen on my java source code to generate call graphs and collaboration diagrams. My goal is to get data shown in collaboration diagrams to xml format. What I need is the data flow in my source code i.e. interactions between one class to another and one function to another(same/different class). Basically the data shown in Collaboration diagram. Is there any way that doxygen can help me get this info?

I tried to go through output html files generated from doxygen but can't find anything. If I get xml out files from doxygen can I get the above described information?

Darshan
  • 11
  • 1
  • Did you try to generate the XML output? Did you have a look at the setting: `REFERENCES_RELATION`? Which version of doxygen are you using? – albert Jun 28 '19 at 17:33

0 Answers0