From 240e0fc78e25e5d307d045725644ba930029d8eb Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 11 May 2007 19:56:03 +0000 Subject: [PATCH] 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. --- tools/doc/Cantera.cfg.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/doc/Cantera.cfg.in b/tools/doc/Cantera.cfg.in index 62b2cb8ff..795dec961 100755 --- a/tools/doc/Cantera.cfg.in +++ b/tools/doc/Cantera.cfg.in @@ -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 #---------------------------------------------------------------------------