• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revision852a4fd33e2c379ff10e6eb45cd167faa2e8850d (tree)
Time2014-01-23 20:03:39
Authordeskull <deskull@0568...>
Commiterdeskull

Log Message

Change setting of Doxygen using Graphviz.

Change Summary

Incremental Difference

--- a/doxygen/Hengband.doxyfile
+++ b/doxygen/Hengband.doxyfile
@@ -2053,7 +2053,7 @@ HIDE_UNDOC_RELATIONS = YES
20532053 # set to NO
20542054 # The default value is: NO.
20552055
2056-HAVE_DOT = NO
2056+HAVE_DOT = YES
20572057
20582058 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
20592059 # to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2169,7 +2169,7 @@ INCLUDED_BY_GRAPH = YES
21692169 # The default value is: NO.
21702170 # This tag requires that the tag HAVE_DOT is set to YES.
21712171
2172-CALL_GRAPH = NO
2172+CALL_GRAPH = YES
21732173
21742174 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
21752175 # dependency graph for every global function or class method.
@@ -2180,7 +2180,7 @@ CALL_GRAPH = NO
21802180 # The default value is: NO.
21812181 # This tag requires that the tag HAVE_DOT is set to YES.
21822182
2183-CALLER_GRAPH = NO
2183+CALLER_GRAPH = YES
21842184
21852185 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
21862186 # hierarchy of all classes instead of a textual one.
@@ -2225,7 +2225,7 @@ INTERACTIVE_SVG = NO
22252225 # found. If left blank, it is assumed the dot tool can be found in the path.
22262226 # This tag requires that the tag HAVE_DOT is set to YES.
22272227
2228-DOT_PATH =
2228+DOT_PATH = "C:\/Program Files (x86)/Graphviz2.34/bin"
22292229
22302230 # The DOTFILE_DIRS tag can be used to specify one or more directories that
22312231 # contain dot files that are included in the documentation (see the \dotfile
Show on old repository browser