Skip to content

Commit

Permalink
Predefine Q_DECL_DEPRECATED for doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 22, 2020
1 parent 2adadce commit 245f354
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmake_templates/Doxyfile.in
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 245f354

Please sign in to comment.