Skip to content

Commit e6e3329

Browse files
Doxyfile: expand VMA_CALL_PRE and VMA_CALL_POST macros to remove them from documentation
1 parent 48b8a33 commit e6e3329

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Doxyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,15 +2059,15 @@ ENABLE_PREPROCESSING = YES
20592059
# The default value is: NO.
20602060
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20612061

2062-
MACRO_EXPANSION = NO
2062+
MACRO_EXPANSION = YES
20632063

20642064
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
20652065
# the macro expansion is limited to the macros specified with the PREDEFINED and
20662066
# EXPAND_AS_DEFINED tags.
20672067
# The default value is: NO.
20682068
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20692069

2070-
EXPAND_ONLY_PREDEF = NO
2070+
EXPAND_ONLY_PREDEF = YES
20712071

20722072
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
20732073
# INCLUDE_PATH will be searched if a #include is found.
@@ -2099,7 +2099,7 @@ INCLUDE_FILE_PATTERNS =
20992099
# recursively expanded use the := operator instead of the = operator.
21002100
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21012101

2102-
PREDEFINED =
2102+
PREDEFINED = VMA_CALL_PRE= VMA_CALL_POST=
21032103

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

0 commit comments

Comments
 (0)