File: Doxyfile.local

package info (click to toggle)
libkgapi 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,784 kB
  • ctags: 3,400
  • sloc: cpp: 23,723; xml: 58; makefile: 5; sh: 1
file content (12 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
EXTRACT_ALL = NO
WARN_NO_PARAMDOC = YES
WARN_IF_UNDOCUMENTED = YES

## Sort methods to make 'same as above' easier.
SORT_MEMBER_DOCS = YES

## Predefined macros, to remove all the _EXPORT things
## from function definitions.
PREDEFINED = LIBKGAPI_EXPORT="" \
    Q_SLOTS="slots" \
    Q_SIGNALS="signals"