We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4de471 commit fb02f6eCopy full SHA for fb02f6e
docs/Doxyfile
@@ -2284,7 +2284,9 @@ INCLUDE_FILE_PATTERNS =
2284
# recursively expanded use the := operator instead of the = operator.
2285
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2286
2287
-PREDEFINED = _DOXYGEN_=1
+PREDEFINED = _DOXYGEN_=1 \
2288
+ __cplusplus \
2289
+ PLATFORM_S20U=1
2290
2291
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2292
# tag can be used to specify a list of macro names that should be expanded. The
0 commit comments