0

I'm using doxygen with the following configure settings:

HAVE_DOT               = YES
CALL_GRAPH             = YES
CALLER_GRAPH           = YES

There are not any additional doxygen settings in the source files.

As an output I get .dot files which names look like temporary(or encrypted) e.g.:

file1_8cpp_a45da2e999b9e1b551e98de93487bd552_cgraph.dot
file1_8cpp_a45da2e999b9e1b551e98de93487bd552_cgraph.md5
file2_8cpp_a45da2e999b9e1b551e98de93487bd552_icgraph.dot
file2_8cpp_a45da2e999b9e1b551e98de93487bd552_icgraph.md5

where each dot file corresponds to a separate function in cpp file and its dependencies.

Is there any way to establish naming of these files according to function names of what they represent?

Furthermore, in the corresponding file1_8cpp.html graph representations (or link to them) for each function are missing. Instead there is: "Here is the call graph for this function: Here is the caller graph for this function: "

What can be the reason?

4

0 回答 0