Doxygen call / graph

The following snipet from doxygen log shows that the calling / called graph from the vs 2008 C # code is generated, but I do not see any link to them from index.html. Where is the full schedule from the main function located?

Creating a caller schedule for the xyz function

+3
source share
2 answers

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

+1
source

See the documentation page for the feature xyz. It should contain a caller graph.

+1
source

All Articles