summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-12 06:10:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-12 06:10:04 +0000
commit1965fa427d29cfa7cae4f3d31c9788088dc95b78 (patch)
tree8832bcf876490a41578827a8a5f24677f5da937f
parentUpdate. (diff)
downloadrtems-1965fa427d29cfa7cae4f3d31c9788088dc95b78.tar.bz2
2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* Doxygen.in: Activate INCLUDE_GRAPH and INCLUDED_BY_GRAPH.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/Doxyfile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ff14f75961..e6490275a9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Doxygen.in: Activate INCLUDE_GRAPH and
+ INCLUDED_BY_GRAPH.
+
+2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* score/include/rtems/score/timestamp.h,
score/include/rtems/score/timestamp64.h,
score/include/rtems/score/watchdog.h:
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