diff --git a/src/doxyConfig b/src/doxyConfig
index 3420bf2b554cd3465ded6e190f4c44bc6ea30f4c..3658d6dab0feff0c74359da31db76f1cf041522c 100644
--- a/src/doxyConfig
+++ b/src/doxyConfig
@@ -402,7 +402,7 @@ SHOW_INCLUDE_FILES     = YES
 # will list include files with double quotes in the documentation
 # rather than with sharp brackets.
 
-FORCE_LOCAL_INCLUDES   = NO
+FORCE_LOCAL_INCLUDES   = YES
 
 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
 # is inserted in the documentation for inline members.
@@ -1370,7 +1370,7 @@ PERLMOD_MAKEVAR_PREFIX =
 # evaluate all C-preprocessor directives found in the sources and include
 # files.
 
-ENABLE_PREPROCESSING   = NO
+ENABLE_PREPROCESSING   = YES
 
 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
 # names in the source code. If set to NO (the default) only conditional
@@ -1411,7 +1411,7 @@ INCLUDE_FILE_PATTERNS  = *.h *.pm *.pl
 # undefined via #undef or recursively expanded use the := operator
 # instead of the = operator.
 
-PREDEFINED             =
+PREDEFINED             = ADC_MASTER ADC_SLAVE DOLPHIN_TEST FIR_FILTERS SHMEM_DAQ
 
 # 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.