summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-01-31 02:57:11 +0100
committerGravatar Nikias Bassen2024-01-31 02:57:11 +0100
commit63bbac545efc400373a7f472fdd78174149119c3 (patch)
treef95c8d58b7b0fbf33bd188c5becc0401ee7e64ef /doxygen.cfg.in
parentf723a44513eb5ba5797da24bc2b63d9f09600a6e (diff)
downloadlibimobiledevice-63bbac545efc400373a7f472fdd78174149119c3.tar.gz
libimobiledevice-63bbac545efc400373a7f472fdd78174149119c3.tar.bz2
Move LIBIMOBILEDEVICE_API to public headers
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