From c61e67b6cf7cc5e7bcec8a5f0c7fd427348b6f4a Mon Sep 17 00:00:00 2001
From: Rolf Bork <rolf.bork@ligo.org>
Date: Thu, 3 Jan 2013 23:54:42 +0000
Subject: [PATCH] Modified setup to add include files and predefinitions.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3158 6dcd42c9-f523-4c6d-aada-af552506706e
---
 src/doxyConfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/doxyConfig b/src/doxyConfig
index 3420bf2b5..3658d6dab 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.
-- 
GitLab