diff options
author | Rob Austein <sra@hactrn.net> | 2011-05-29 03:43:40 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-05-29 03:43:40 +0000 |
commit | 22dff104a4e6743bb521a6483c75612d7f4d1bc1 (patch) | |
tree | 7ddb20faca86fdac8027dcc99d1f4919fde17af9 | |
parent | 54869516d6db337906e923ab3f42a3eb3640637b (diff) |
Enable macro expansion
svn path=/rcynic-ng/Doxyfile; revision=3845
-rw-r--r-- | rcynic-ng/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic-ng/Doxyfile b/rcynic-ng/Doxyfile index c52ab27b..bac51c4f 100644 --- a/rcynic-ng/Doxyfile +++ b/rcynic-ng/Doxyfile @@ -1377,7 +1377,7 @@ ENABLE_PREPROCESSING = YES # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF 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 |