cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
553 B
Plaintext
12 lines
553 B
Plaintext
### KApiDox Project-specific Overrides File
|
|
|
|
# Define this so that X11-specific classes are parsed by Doxygen
|
|
# and that deprecated API is not skipped
|
|
PREDEFINED += KWINDOWSYSTEM_HAVE_X11 \
|
|
"KWINDOWSYSTEM_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"KWINDOWSYSTEM_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KWINDOWSYSTEM_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
|
|
"KWINDOWSYSTEM_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KWINDOWSYSTEM_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)="
|