File: Doxyfile.local

package info (click to toggle)
kf6-kdeclarative 6.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,108 kB
  • sloc: cpp: 3,018; sh: 18; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
### KApiDox Project-specific Overrides File

# define so that deprecated API is not skipped
PREDEFINED += \
    "KDECLARATIVE_ENABLE_DEPRECATED_SINCE(x, y)=1" \
    "KDECLARATIVE_BUILD_DEPRECATED_SINCE(x, y)=1" \
    "KDECLARATIVE_DEPRECATED_VERSION(x, y, t)=" \
    "KDECLARATIVE_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
    "QUICKADDONS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
    "QUICKADDONS_BUILD_DEPRECATED_SINCE(x, y)=1" \
    "QUICKADDONS_DEPRECATED_VERSION(x, y, t)="