File: Doxyfile.local

package info (click to toggle)
kf6-networkmanager-qt 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,120 kB
  • sloc: cpp: 27,725; xml: 1,079; sh: 13; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (6)
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 = NETWORKMANAGERQT_EXPORT="" \
    Q_SLOTS="slots" \
    Q_SIGNALS="signals"