File: Doxyfile.local

package info (click to toggle)
knewstuff 5.116.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 29,148 kB
  • sloc: cpp: 15,991; xml: 132; sh: 65; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0

### KApiDox Project-specific Overrides File

# define so that deprecated API is not skipped
PREDEFINED += \
    "KNEWSTUFFCORE_ENABLE_DEPRECATED_SINCE(x, y)=1" \
    "KNEWSTUFFCORE_BUILD_DEPRECATED_SINCE(x, y)=1" \
    "KNEWSTUFFCORE_DEPRECATED_VERSION(x, y, t)=" \
    "KNEWSTUFFWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
    "KNEWSTUFFWIDGETS_BUILD_DEPRECATED_SINCE(x, y)=1" \
    "KNEWSTUFFWIDGETS_DEPRECATED_VERSION(x, y, t)=" \
    "KNEWSTUFF_ENABLE_DEPRECATED_SINCE(x, y)=1" \
    "KNEWSTUFF_BUILD_DEPRECATED_SINCE(x, y)=1" \
    "KNEWSTUFF_DEPRECATED_VERSION(x, y, t)=" \
    "KNEWSTUFF_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)="