From 1965fa427d29cfa7cae4f3d31c9788088dc95b78 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 12 Jun 2010 06:10:04 +0000 Subject: =?UTF-8?q?2010-06-12=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Doxygen.in: Activate INCLUDE_GRAPH and INCLUDED_BY_GRAPH. --- cpukit/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/Doxyfile.in') diff --git a/cpukit/Doxyfile.in b/cpukit/Doxyfile.in index 6c8f26cb93..c172810bd0 100644 --- a/cpukit/Doxyfile.in +++ b/cpukit/Doxyfile.in @@ -1459,14 +1459,14 @@ TEMPLATE_RELATIONS = NO # file showing the direct and indirect include dependencies of the file with # other documented files. -INCLUDE_GRAPH = NO +INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. -INCLUDED_BY_GRAPH = NO +INCLUDED_BY_GRAPH = YES # If the CALL_GRAPH and HAVE_DOT options are set to YES then # doxygen will generate a call dependency graph for every global function -- cgit v1.2.3