File: Doxyfile.local

package info (click to toggle)
kf6-ktexttemplate 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,272 kB
  • sloc: cpp: 19,464; javascript: 6,043; python: 297; ruby: 24; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
### KApiDox Project-specific Overrides File

# define so that deprecated API is not skipped
PREDEFINED += \
    KTEXTTEMPLATE_EXPORT= \
    "KTEXTTEMPLATE_ENABLE_DEPRECATED_SINCE(x, y)=1" \
    "KTEXTTEMPLATE_BUILD_DEPRECATED_SINCE(x, y)=1" \
    "KTEXTTEMPLATE_DEPRECATED_VERSION(x, y, t)="
# expand so that doxygen uses "Template" as class
EXPAND_AS_DEFINED += TemplateImpl
ALIASES += \
    gr_tag{1}="<tt>{%&nbsp;\1&nbsp;%}</tt>" \
    gr_var{1}="<tt>{{&nbsp;\1&nbsp;}}</tt>"