diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-02-27 21:40:57 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-02-27 21:40:57 +0000 |
| commit | eefffb7f39f76a650bd2d1d92e27bc2f5105ffcc (patch) | |
| tree | 7f5270261a021a1b465ea474418f839b347dfc05 /buildtools | |
| parent | Add new scale option for Inkview to Inkview man page, see https://bugs.launch... (diff) | |
| download | inkscape-eefffb7f39f76a650bd2d1d92e27bc2f5105ffcc.tar.gz inkscape-eefffb7f39f76a650bd2d1d92e27bc2f5105ffcc.zip | |
doxygen: include ifdef'd code
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/1736532
Diffstat (limited to 'buildtools')
| -rw-r--r-- | buildtools/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
