summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index b099b42..4cbbb2d 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -874,7 +874,7 @@ EXCLUDE_PATTERNS =
874# Note that the wildcards are matched against the file with absolute path, so to 874# Note that the wildcards are matched against the file with absolute path, so to
875# exclude all test directories use the pattern */test/* 875# exclude all test directories use the pattern */test/*
876 876
877EXCLUDE_SYMBOLS = 877EXCLUDE_SYMBOLS = LIBIMOBILEDEVICE_API
878 878
879# The EXAMPLE_PATH tag can be used to specify one or more files or directories 879# The EXAMPLE_PATH tag can be used to specify one or more files or directories
880# that contain example code fragments that are included (see the \include 880# that contain example code fragments that are included (see the \include
@@ -2023,7 +2023,7 @@ ENABLE_PREPROCESSING = YES
2023# The default value is: NO. 2023# The default value is: NO.
2024# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2024# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2025 2025
2026MACRO_EXPANSION = NO 2026MACRO_EXPANSION = YES
2027 2027
2028# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then 2028# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2029# the macro expansion is limited to the macros specified with the PREDEFINED and 2029# the macro expansion is limited to the macros specified with the PREDEFINED and
@@ -2031,7 +2031,7 @@ MACRO_EXPANSION = NO
2031# The default value is: NO. 2031# The default value is: NO.
2032# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2032# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2033 2033
2034EXPAND_ONLY_PREDEF = NO 2034EXPAND_ONLY_PREDEF = YES
2035 2035
2036# If the SEARCH_INCLUDES tag is set to YES, the include files in the 2036# If the SEARCH_INCLUDES tag is set to YES, the include files in the
2037# INCLUDE_PATH will be searched if a #include is found. 2037# INCLUDE_PATH will be searched if a #include is found.
@@ -2072,7 +2072,7 @@ PREDEFINED =
2072# definition found in the source code. 2072# definition found in the source code.
2073# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2073# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2074 2074
2075EXPAND_AS_DEFINED = 2075EXPAND_AS_DEFINED = LIBIMOBILEDEVICE_API
2076 2076
2077# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will 2077# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2078# remove all references to function-like macros that are alone on a line, have 2078# remove all references to function-like macros that are alone on a line, have