From df990fb47ac3af88f855eacc9081b29fccb3d7a1 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Tue, 23 Apr 2019 15:43:39 +0100 Subject: [PATCH] disable C preprocessing (this will just cause unwanted bugs) --- doxygen/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/doxygen.conf b/doxygen/doxygen.conf index 4b465074c..5112b6226 100644 --- a/doxygen/doxygen.conf +++ b/doxygen/doxygen.conf @@ -1907,7 +1907,7 @@ PERLMOD_MAKEVAR_PREFIX = # C-preprocessor directives found in the sources and include files. # The default value is: YES. -ENABLE_PREPROCESSING = YES +ENABLE_PREPROCESSING = NO # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names # in the source code. If set to NO only conditional compilation will be