From b8511b148b5a0f88342c454e9d75aeaa297f2a2c Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 2 Apr 2011 16:43:04 +0900 Subject: [PATCH 1/1] =?utf8?q?Doxygen=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1?= =?utf8?q?=E3=83=B3=E3=83=88=E3=81=A7=E3=80=81=E9=96=A2=E6=95=B0=E3=81=AE?= =?utf8?q?=E5=91=BC=E3=81=B3=E5=87=BA=E3=81=97=E5=9B=B3=E3=82=92=E5=87=BA?= =?utf8?q?=E5=8A=9B=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81htags=E3=81=A8?= =?utf8?q?=E3=81=AE=E9=80=A3=E6=90=BA=E3=82=92=E6=AD=A2=E3=82=81=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.18.0