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:
parent
a21d3715cc
commit
240e0fc78e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
#---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue