From 122806bcf7bcc9a1684d41c8f0d8ea818e2150ea Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Wed, 16 Oct 2013 13:55:28 +0300 Subject: [PATCH] Enable macro expansion and function macros in doxygen. --- docs.doxy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.doxy b/docs.doxy index 101564d6..22b08f9b 100644 --- a/docs.doxy +++ b/docs.doxy @@ -1886,7 +1886,7 @@ ENABLE_PREPROCESSING = YES # The default value is: NO. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then # the macro expansion is limited to the macros specified with the PREDEFINED and @@ -1945,7 +1945,7 @@ EXPAND_AS_DEFINED = # The default value is: YES. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -SKIP_FUNCTION_MACROS = YES +SKIP_FUNCTION_MACROS = NO #--------------------------------------------------------------------------- # Configuration options related to external references