Warning, /kdevelop/kdevelop/kdevplatform/doc/api/Doxyfile.local is written in an unsupported language. File is not indexed.

0001 ## In kdevplatform, everything is supposed to be documented. Except the plugins, who don't have a Mainpage.dox
0002 EXTRACT_ALL = NO
0003 WARN_NO_PARAMDOC = YES
0004 WARN_IF_UNDOCUMENTED = YES
0005 
0006 ## Sort methods to make 'same as above' easier.
0007 SORT_MEMBER_DOCS = YES
0008 
0009 ## Predefined macros, to remove all the _EXPORT things
0010 ## from function definitions.
0011 PREDEFINED = KDEVPLATFORMEDITOR_EXPORT="" \
0012         KDEVPLATFORMINTERFACES_EXPORT="" \
0013         KDEVPLATFORMLANGUAGE_EXPORT="" \
0014         KDEVPLATFORMOUTPUTVIEW_EXPORT="" \
0015         KDEVPLATFORMPROJECT_EXPORT="" \
0016         KDEVPLATFORMSHELL_EXPORT="" \
0017         KDEVPLATFORMSUBLIME_EXPORT="" \
0018         KDEVPLATFORMUTIL_EXPORT="" \
0019         KDEVPLATFORMVCS_EXPORT="" \
0020         KDE_DEPRECATED="" \
0021         Q_OS_UNIX="" \
0022         Q_SLOTS="slots" \
0023         Q_SIGNALS="signals" \
0024