Skip to content
Snippets Groups Projects
Commit c61e67b6 authored by Rolf Bork's avatar Rolf Bork
Browse files

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
parent be66f0be
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment