Skip to content

Commit 040b821

Browse files
committed
handle the Macros being used for deprecation errors in doxygen
1 parent f7d10b8 commit 040b821

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docsrc/Doxyfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,15 +2284,15 @@ ENABLE_PREPROCESSING = YES
22842284
# The default value is: NO.
22852285
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
22862286

2287-
MACRO_EXPANSION = NO
2287+
MACRO_EXPANSION = YES
22882288

22892289
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
22902290
# the macro expansion is limited to the macros specified with the PREDEFINED and
22912291
# EXPAND_AS_DEFINED tags.
22922292
# The default value is: NO.
22932293
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
22942294

2295-
EXPAND_ONLY_PREDEF = NO
2295+
EXPAND_ONLY_PREDEF = YES
22962296

22972297
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
22982298
# INCLUDE_PATH will be searched if a #include is found.
@@ -2325,7 +2325,8 @@ INCLUDE_FILE_PATTERNS =
23252325
# recursively expanded use the := operator instead of the = operator.
23262326
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
23272327

2328-
PREDEFINED =
2328+
PREDEFINED += AWS_CRT_SOFT_DEPRECATED(x)=
2329+
PREDEFINED += AWS_CRT_CPP_API=
23292330

23302331
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
23312332
# tag can be used to specify a list of macro names that should be expanded. The

0 commit comments

Comments
 (0)