Skip to content

Commit fa1412c

Browse files
Predefine DEPRECATED macro in doxyfile
This prevents the macro from making doxyfile miss method definitions that are deprecated and automatically add the deprecated methods to the Deprecated List generated by doxygen
1 parent 8d497eb commit fa1412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ INCLUDE_FILE_PATTERNS =
20412041
# recursively expanded use the := operator instead of the = operator.
20422042
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20432043

2044-
PREDEFINED =
2044+
PREDEFINED = "DEPRECATED(msg)= /// \deprecated msg"
20452045

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

0 commit comments

Comments
 (0)