Skip to content

Commit fb02f6e

Browse files
committed
Update Doxyfile add platform define
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent d4de471 commit fb02f6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Doxyfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,9 @@ INCLUDE_FILE_PATTERNS =
22842284
# recursively expanded use the := operator instead of the = operator.
22852285
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
22862286

2287-
PREDEFINED = _DOXYGEN_=1
2287+
PREDEFINED = _DOXYGEN_=1 \
2288+
__cplusplus \
2289+
PLATFORM_S20U=1
22882290

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

0 commit comments

Comments
 (0)