Révision | cd7443c9930bbaf11bf784acf4155b5cba7c14cb (tree) |
---|---|
l'heure | 2013-03-02 02:20:48 |
Auteur | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
Call and Caller graphs are added. #30867
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1308 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -1395,7 +1395,7 @@ HIDE_UNDOC_RELATIONS = YES | ||
1395 | 1395 | # toolkit from AT&T and Lucent Bell Labs. The other options in this section |
1396 | 1396 | # have no effect if this option is set to NO (the default) |
1397 | 1397 | |
1398 | -HAVE_DOT = NO | |
1398 | +HAVE_DOT = YES | |
1399 | 1399 | |
1400 | 1400 | # By default doxygen will write a font called FreeSans.ttf to the output |
1401 | 1401 | # directory and reference it in all dot files that doxygen generates. This |
@@ -1470,7 +1470,7 @@ INCLUDED_BY_GRAPH = YES | ||
1470 | 1470 | # the time of a run. So in most cases it will be better to enable call graphs |
1471 | 1471 | # for selected functions only using the \callgraph command. |
1472 | 1472 | |
1473 | -CALL_GRAPH = NO | |
1473 | +CALL_GRAPH = YES | |
1474 | 1474 | |
1475 | 1475 | # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then |
1476 | 1476 | # doxygen will generate a caller dependency graph for every global function |
@@ -1478,7 +1478,7 @@ CALL_GRAPH = NO | ||
1478 | 1478 | # the time of a run. So in most cases it will be better to enable caller |
1479 | 1479 | # graphs for selected functions only using the \callergraph command. |
1480 | 1480 | |
1481 | -CALLER_GRAPH = NO | |
1481 | +CALLER_GRAPH = YES | |
1482 | 1482 | |
1483 | 1483 | # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen |
1484 | 1484 | # will graphical hierarchy of all classes instead of a textual one. |