File: Doxyfile.local

package info (click to toggle)
kxmlgui 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,240 kB
  • sloc: cpp: 18,360; python: 41; sh: 21; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
### KApiDox Project-specific Overrides File

# define so that deprecated API is not skipped
PREDEFINED += \
    "KXMLGUI_ENABLE_DEPRECATED_SINCE(x, y)=1" \
    "KXMLGUI_BUILD_DEPRECATED_SINCE(x, y)=1" \
    "KXMLGUI_DEPRECATED_VERSION(x, y, t)=" \
    "KXMLGUI_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
    "KXMLGUI_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \
    "KXMLGUI_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)="