Remove custom doxygen config files
ClosedPublic

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

Details

Summary

Are not integrated wih kapidox or ECMAddQch, and the other
KF5 modules do not have such files.

For custom generation of API dox instead the QCH generation
can be used, by the target KF5I18n_QCH:

make KF5I18n_QCH

And either the created QCH file be used
or the intermediate html files in
src/KF5I18n_ECMQchDoxygen/html/ below the build dir
be looked at with a normal web browser.

By using some official API dox generation method this will
also ensure the output uses official configurations and any
issues might not be missed.

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:54 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptJun 22 2017, 11:54 AM
ilic accepted this revision.Jun 28 2017, 7:02 AM
This revision is now accepted and ready to land.Jun 28 2017, 7:02 AM
This revision was automatically updated to reflect the committed changes.