From eefffb7f39f76a650bd2d1d92e27bc2f5105ffcc Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Tue, 27 Feb 2018 22:40:57 +0100 Subject: doxygen: include ifdef'd code Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1736532 --- buildtools/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools') diff --git a/buildtools/Doxyfile b/buildtools/Doxyfile index c63081e02..05f9df06c 100644 --- a/buildtools/Doxyfile +++ b/buildtools/Doxyfile @@ -2000,7 +2000,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 -- cgit v1.2.3