mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Predefine Q_DECL_DEPRECATED for doxygen
This commit is contained in:
parent
2adadce274
commit
245f354af9
@ -2025,7 +2025,7 @@ INCLUDE_FILE_PATTERNS =
|
||||
# recursively expanded use the := operator instead of the = operator.
|
||||
# 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
|
||||
# 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_WHEN_FEATURE" \
|
||||
"SIP_MONKEYPATCH_SCOPEENUM" \
|
||||
"SIP_MONKEYPATCH_SCOPEENUM_UNNEST" \
|
||||
"Q_DECL_DEPRECATED"
|
||||
"SIP_MONKEYPATCH_SCOPEENUM_UNNEST"
|
||||
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user