Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
libkdegames
Commits
e99cee43
Commit
e99cee43
authored
Dec 16, 2020
by
Friedrich W. H. Kossebau
Browse files
Teach kapidox about action macros and deprecation macros
parent
16dcd2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/Doxyfile.local
0 → 100644
View file @
e99cee43
### KApiDox Project-specific Overrides File
EXPAND_AS_DEFINED = \
KSTANDARDGAMEACTION_WITH_NEW_STYLE_CONNECT \
KSTANDARDGAMETOGGLEACTION_WITH_NEW_STYLE_CONNECT
# define so that deprecated API is not skipped
PREDEFINED += \
"KDEGAMES_ENABLE_DEPRECATED_SINCE(x, y)=1" \
"KDEGAMES_BUILD_DEPRECATED_SINCE(x, y)=1" \
"KDEGAMES_DEPRECATED_VERSION(x, y, t)=" \
KDEGAMES_EXPORT= \
"KDEGAMESPRIVATE_ENABLE_DEPRECATED_SINCE(x, y)=1" \
"KDEGAMESPRIVATE_BUILD_DEPRECATED_SINCE(x, y)=1" \
"KDEGAMESPRIVATE_DEPRECATED_VERSION(x, y, t)=" \
KDEGAMESPRIVATE_EXPORT=
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment