DOXYGEN_PREPROC -> DOXYGEN_SHOULD_SKIP_THIS, to standardize within KF5
ClosedPublic

Authored by kossebau on Jun 22 2017, 11:37 AM.

Details

Summary

The other KF5 modules use DOXYGEN_SHOULD_SKIP_THIS, picking up the example
from the doxygen documentation.
So for consistency and current expectations of kapidox (and built-in support
of ECMAddQCH) switch to use that preprocessor macro as well.

Test Plan

Library still builds and works, generated QCH file still same content.

Diff Detail

Repository
R249 KI18n
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Jun 22 2017, 11:37 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptJun 22 2017, 11:37 AM

See current output of kapidox, which has no clue about DOXYGEN_PREPROC: https://api.kde.org/frameworks/ki18n/html/klocalizedstring_8h.html

((sadly doxygen has no proper support for global methods, only documents them as part of the file documentation, but that is another unrelated issue))

ilic accepted this revision.Jun 28 2017, 7:00 AM
This revision is now accepted and ready to land.Jun 28 2017, 7:00 AM
This revision was automatically updated to reflect the committed changes.