Predefine Q_DECL_DEPRECATED for doxygen

This commit is contained in:
Matthias Kuhn 2020-10-22 21:09:27 +02:00
parent 2adadce274
commit 245f354af9

View File

@ -2025,7 +2025,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator. # recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = PREDEFINED = "Q_DECL_DEPRECATED="
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The # tag can be used to specify a list of macro names that should be expanded. The
@ -2062,8 +2062,7 @@ EXPAND_AS_DEFINED = "SIP_ABSTRACT" \
"SIP_VIRTUALERRORHANDLER" \ "SIP_VIRTUALERRORHANDLER" \
"SIP_WHEN_FEATURE" \ "SIP_WHEN_FEATURE" \
"SIP_MONKEYPATCH_SCOPEENUM" \ "SIP_MONKEYPATCH_SCOPEENUM" \
"SIP_MONKEYPATCH_SCOPEENUM_UNNEST" \ "SIP_MONKEYPATCH_SCOPEENUM_UNNEST"
"Q_DECL_DEPRECATED"
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have # remove all references to function-like macros that are alone on a line, have