summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-07 22:54:54 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-07 22:54:54 +0200
commitd3c4d5135bad0461356bd2f84f40a74b0bd9fd32 (patch)
tree4dce3391f2d855d3678f889100693a82dcbff413 /doxygen
parent55f75cd2678f249c5503109798a69fbbc01936af (diff)
downloadeurephia-d3c4d5135bad0461356bd2f84f40a74b0bd9fd32.tar.gz
eurephia-d3c4d5135bad0461356bd2f84f40a74b0bd9fd32.tar.xz
eurephia-d3c4d5135bad0461356bd2f84f40a74b0bd9fd32.zip
Doxygen tweaks
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/Doxygen.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/doxygen/Doxygen.conf b/doxygen/Doxygen.conf
index 6330476..308c32d 100644
--- a/doxygen/Doxygen.conf
+++ b/doxygen/Doxygen.conf
@@ -186,7 +186,7 @@ ALIASES =
# For instance, some of the names that are used will be different. The list
# of all members will be omitted, etc.
-OPTIMIZE_OUTPUT_FOR_C = NO
+OPTIMIZE_OUTPUT_FOR_C = YES
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
# sources only. Doxygen will then generate output that is more tailored for
@@ -474,7 +474,7 @@ SHOW_USED_FILES = YES
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation. The default is NO.
-SHOW_DIRECTORIES = NO
+SHOW_DIRECTORIES = YES
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# This will remove the Files entry from the Quick Index and from the
@@ -1228,7 +1228,7 @@ ENABLE_PREPROCESSING = YES
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
-MACRO_EXPANSION = NO
+MACRO_EXPANSION = YES
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
@@ -1277,7 +1277,7 @@ EXPAND_AS_DEFINED =
# function macros are typically used for boiler-plate code, and will confuse
# the parser if not removed.
-SKIP_FUNCTION_MACROS = YES
+SKIP_FUNCTION_MACROS = NO
#---------------------------------------------------------------------------
# Configuration::additions related to external references
@@ -1497,7 +1497,7 @@ MAX_DOT_GRAPH_DEPTH = 0
# enabling this option may lead to badly anti-aliased labels on the edges of
# a graph (i.e. they become hard to read).
-DOT_TRANSPARENT = NO
+DOT_TRANSPARENT = YES
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This