aboutsummaryrefslogtreecommitdiff
path: root/doxygen
diff options
context:
space:
mode:
authorMateusz Starzyk <mateusz.starzyk@mobica.com>2021-05-20 14:41:22 +0200
committerMateusz Starzyk <mateusz.starzyk@mobica.com>2021-05-21 18:10:44 +0200
commitbeb95b4d251f2072b2f4f15357f7b85f831f05f9 (patch)
treef297a8d5aa719d1b44dcaad6399d11ed54270eb5 /doxygen
parent5dd4f6e9ceaa5d7f1af77db770d1108ca208b81d (diff)
downloadmbedtls-beb95b4d251f2072b2f4f15357f7b85f831f05f9.zip
mbedtls-beb95b4d251f2072b2f4f15357f7b85f831f05f9.tar.gz
mbedtls-beb95b4d251f2072b2f4f15357f7b85f831f05f9.tar.bz2
Adjust doxyfile to expand MBEDTLS_PRIVATE macro.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/mbedtls.doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doxygen/mbedtls.doxyfile b/doxygen/mbedtls.doxyfile
index 0205dcf..dd84c28 100644
--- a/doxygen/mbedtls.doxyfile
+++ b/doxygen/mbedtls.doxyfile
@@ -1577,13 +1577,13 @@ ENABLE_PREPROCESSING = YES
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
-MACRO_EXPANSION = NO
+MACRO_EXPANSION = YES
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
# PREDEFINED and EXPAND_AS_DEFINED tags.
-EXPAND_ONLY_PREDEF = NO
+EXPAND_ONLY_PREDEF = YES
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
# pointed to by INCLUDE_PATH will be searched when a #include is found.
@@ -1630,7 +1630,7 @@ PREDEFINED = WIN32 \
# Use the PREDEFINED tag if you want to use a different macro definition that
# overrules the definition found in the source code.
-EXPAND_AS_DEFINED =
+EXPAND_AS_DEFINED = MBEDTLS_PRIVATE
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all references to function-like macros