add more spacing
[personal-kdebase.git] / runtime / doc / api / Doxyfile.local
blob952cc6a857965e469de3b7149104e687a1127a34
1 ## Warn about everything, just like in kdelibs.
2 WARN_IF_UNDOCUMENTED = YES
3 ## Be strict, we want all parameters
4 ## to be documented as well.
5 WARN_NO_PARAMDOC = YES
7 ## Sort methods to make 'same as above' easier.
8 SORT_MEMBER_DOCS = YES
10 ## Remove unsightly export macros
11 PREDEFINED = Q_EXPORT="" \
12         Q_GUI_EXPORT="" \
13         KWIN_EXPORT="" \
14         KFONTINST_EXPORT="" \
15         PLASMA_EXPORT="" \
16         LIBDOLPHINPRIVATE_EXPORT="" \
17         KONQSIDEBAR_EXPORT="" \
18         KONQSIDEBARPLUGIN_EXPORT="" \
19         SOLIDCONTROL_EXPORT="" \
20         SOLIDCONTROLIFACES_EXPORT="" \
21         KNEPREGCORE_EXPORT= "" \
22         KDEUI_EXPORT="" \
23         KDE_EXPORT="" \
24         Q_SLOTS="slots" \
25         Q_SIGNALS="signals"