• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisioncd7443c9930bbaf11bf784acf4155b5cba7c14cb (tree)
l'heure2013-03-02 02:20:48
AuteurMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Message de Log

Call and Caller graphs are added. #30867

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1308 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Modification

--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1395,7 +1395,7 @@ HIDE_UNDOC_RELATIONS = YES
13951395 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
13961396 # have no effect if this option is set to NO (the default)
13971397
1398-HAVE_DOT = NO
1398+HAVE_DOT = YES
13991399
14001400 # By default doxygen will write a font called FreeSans.ttf to the output
14011401 # directory and reference it in all dot files that doxygen generates. This
@@ -1470,7 +1470,7 @@ INCLUDED_BY_GRAPH = YES
14701470 # the time of a run. So in most cases it will be better to enable call graphs
14711471 # for selected functions only using the \callgraph command.
14721472
1473-CALL_GRAPH = NO
1473+CALL_GRAPH = YES
14741474
14751475 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
14761476 # doxygen will generate a caller dependency graph for every global function
@@ -1478,7 +1478,7 @@ CALL_GRAPH = NO
14781478 # the time of a run. So in most cases it will be better to enable caller
14791479 # graphs for selected functions only using the \callergraph command.
14801480
1481-CALLER_GRAPH = NO
1481+CALLER_GRAPH = YES
14821482
14831483 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
14841484 # will graphical hierarchy of all classes instead of a textual one.