summaryrefslogtreecommitdiffstats
path: root/cpukit/score/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/Doxyfile')
-rw-r--r--cpukit/score/Doxyfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/score/Doxyfile b/cpukit/score/Doxyfile
index 0749e983c1..dd384bf7ba 100644
--- a/cpukit/score/Doxyfile
+++ b/cpukit/score/Doxyfile
@@ -30,7 +30,7 @@ PROJECT_NUMBER =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY =
+OUTPUT_DIRECTORY = score_doxy
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
@@ -875,7 +875,8 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = RTEMS_INLINES
+PREDEFINED = RTEMS_INLINES FALSE=0 \
+ CPU_USE_GENERIC_BITFIELD_DATA=0
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
@@ -958,7 +959,7 @@ HIDE_UNDOC_RELATIONS = YES
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)
-HAVE_DOT = NO
+HAVE_DOT = YES
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for each documented class showing the direct and