From: j8takagi <j8takagi@nifty.com>
Date: Sat, 2 Apr 2011 07:43:04 +0000 (+0900)
Subject: Doxygenドキュメントで、関数の呼び出し図を出力するためhtagsとの連携を止めた
X-Git-Tag: v0.1p32
X-Git-Url: https://www.j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8511b148b5a0f88342c454e9d75aeaa297f2a2c;p=YACASL2.git

Doxygenドキュメントで、関数の呼び出し図を出力するためhtagsとの連携を止めた
---

diff --git a/Doxyfile b/Doxyfile
index 3b3a2b5..f064982 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -737,7 +737,7 @@ REFERENCES_LINK_SOURCE = YES
 # tagging system (see http://www.gnu.org/software/global/global.html). You
 # will need version 4.8.6 or higher.
 
-USE_HTAGS              = YES
+USE_HTAGS              = NO
 
 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
 # will generate a verbatim copy of the header file for each class for
@@ -1571,7 +1571,7 @@ CALL_GRAPH             = YES
 # the time of a run. So in most cases it will be better to enable caller
 # graphs for selected functions only using the \callergraph command.
 
-CALLER_GRAPH           = NO
+CALLER_GRAPH           = YES
 
 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
 # will generate a graphical hierarchy of all classes instead of a textual one.