Added PREDEFINES. Apparently, the current config.h setup doesn't get

passed through doxygen's predefines. Therefore, modules aren't being
read into the doxygen documentation. The solution is to
artificially define PREDEFINES, so that doxygen can operate
correctly.
This commit is contained in:
Harry Moffat 2007-05-11 19:56:03 +00:00
parent a21d3715cc
commit 240e0fc78e

View file

@ -243,7 +243,8 @@ EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
PREDEFINED = WITH_HTML_LOGS \
WITH_PURE_FLUIDS
EXPAND_AS_DEFINED = YES
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------