Commit 9d8ef94172a08b75dc2d2732110a908dfb462096

Authored by Georg Hopp
1 parent 2b66c54f

changed doxygen configuration

Showing 1 changed file with 3 additions and 3 deletions
... ... @@ -1339,7 +1339,7 @@ HIDE_UNDOC_RELATIONS = YES
1339 1339 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
1340 1340 # have no effect if this option is set to NO (the default)
1341 1341
1342   -HAVE_DOT = NO
  1342 +HAVE_DOT = YES
1343 1343
1344 1344 # By default doxygen will write a font called FreeSans.ttf to the output
1345 1345 # directory and reference it in all dot files that doxygen generates. This
... ... @@ -1414,7 +1414,7 @@ INCLUDED_BY_GRAPH = YES
1414 1414 # the time of a run. So in most cases it will be better to enable call graphs
1415 1415 # for selected functions only using the \callgraph command.
1416 1416
1417   -CALL_GRAPH = NO
  1417 +CALL_GRAPH = YES
1418 1418
1419 1419 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1420 1420 # doxygen will generate a caller dependency graph for every global function
... ... @@ -1422,7 +1422,7 @@ CALL_GRAPH = NO
1422 1422 # the time of a run. So in most cases it will be better to enable caller
1423 1423 # graphs for selected functions only using the \callergraph command.
1424 1424
1425   -CALLER_GRAPH = NO
  1425 +CALLER_GRAPH = YES
1426 1426
1427 1427 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1428 1428 # will graphical hierarchy of all classes instead of a textual one.
... ...
Please register or login to post a comment