Hi Peter,
thanks for that link! Now I see that it should be possible to expand these macros to make the docs complete and that’s what we actually want.
I’ve tried this (and some other combinations as well) configuration, but it doesn’t work and I don’t know why…
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
EXPAND_AS_DEFINED = REFERENCE_OBJECT \
VALUE_OBJECT \
STATIC_HELPER
SKIP_FUNCTION_MACROS = NO
The output still doesn’t contain expanded macros, even if I set EXPAND_ONLY_PREDEF to NO and omit the EXPAND_AS_DEFINED. Do you have any idea what I do wrong? (Doxygen version 1.5.1)
Regards,
Petr
