summaryrefslogtreecommitdiffstats
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-29 13:13:58 +0100
committerDan McGee <dan@archlinux.org>2007-10-29 13:13:58 +0100
commitc50a7c6026e491771f0607d5e3fed737b3b5e8f3 (patch)
treee76be255138e02c4e281fb32292386507db75ed0 /doc/Doxyfile
parent6cf8a5137e9e0a8fcdf5287187935ffc505a2132 (diff)
downloadpacman-c50a7c6026e491771f0607d5e3fed737b3b5e8f3.tar.gz
pacman-c50a7c6026e491771f0607d5e3fed737b3b5e8f3.tar.xz
doxygen: preprocess SYMHIDDEN/SYMEXPORT macros so they don't show in docs
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index e4527906..5174c651 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -189,12 +189,12 @@ PERLMOD_MAKEVAR_PREFIX =
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
-MACRO_EXPANSION = NO
-EXPAND_ONLY_PREDEF = NO
+MACRO_EXPANSION = YES
+EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH = ../..
INCLUDE_FILE_PATTERNS = *.h
-PREDEFINED = HAVE_CONFIG_H
+PREDEFINED = HAVE_CONFIG_H= SYMHIDDEN= SYMEXPORT=
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------