Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

doxygen called/caller graph

Tags:

doxygen

Following snipet from the doxygen log shows that the caller/called graph from vs 2008 C# code are generated but I dont see any link to them from index.html . Where is full graph from the main function located ?

Generating caller graph for function xyz

like image 553
user773354 Avatar asked Feb 28 '26 18:02

user773354


2 Answers

index.html points to a class list, annotated.html in my case. This html lists classes that links for example to class_myclass.html, and this then links to the generated image.

like image 123
madeso Avatar answered Mar 04 '26 03:03

madeso


Look at the documentation page for the xyz function. It should contain the caller graph.

like image 37
Anders Abel Avatar answered Mar 04 '26 01:03

Anders Abel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!