File: Doxyfile.local

package info (click to toggle)
kde-runtime 4%3A4.14.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 24,712 kB
  • ctags: 11,598
  • sloc: cpp: 108,653; ansic: 2,447; perl: 1,580; xml: 793; sh: 378; python: 28; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Warn about everything, just like in kdelibs.
WARN_IF_UNDOCUMENTED = YES
## Be strict, we want all parameters
## to be documented as well.
WARN_NO_PARAMDOC = YES

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

## Remove unsightly export macros
PREDEFINED = Q_EXPORT="" \
	Q_GUI_EXPORT="" \
	KWIN_EXPORT="" \
        KFONTINST_EXPORT="" \
	PLASMA_EXPORT="" \
	LIBDOLPHINPRIVATE_EXPORT="" \
	KONQSIDEBAR_EXPORT="" \
	KONQSIDEBARPLUGIN_EXPORT="" \
	SOLIDCONTROL_EXPORT="" \
	SOLIDCONTROLIFACES_EXPORT="" \
	KNEPREGCORE_EXPORT= "" \
	KDEUI_EXPORT="" \
	KDE_EXPORT="" \
	Q_SLOTS="slots" \
	Q_SIGNALS="signals"