Fix section hierachy in distributing.md
ClosedPublic

Authored by arojas on Aug 27 2019, 10:26 AM.

Details

Summary

Fixes QCH build with doxygen 1.8.16, which seems to be more strict when parsing markdown

Test Plan

Build with BUILD_QCH=ON and doxygen 1.8.16, build suceeds instead of throwing an error "Error in line 20: Opening and ending tag mismatch."

Diff Detail

Repository
R293 Baloo
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
arojas created this revision.Aug 27 2019, 10:26 AM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptAug 27 2019, 10:26 AM
Restricted Application added subscribers: Baloo, kde-frameworks-devel. · View Herald Transcript
arojas requested review of this revision.Aug 27 2019, 10:26 AM
kossebau accepted this revision.Aug 27 2019, 4:27 PM

Seems to me more a bug of doxygen. Is it not allowed to put level-3 titles below level-1 titles? At least as long as one does not do numbering, there should not be a problem, <h3> in <h1> with HTML seems also fine.

But well, in this case this change should not be that important, so let's make things digestible for that doxygen version. Perhaps still worth to file a bug with them, left for discoverer ;)

And actually the current title size also looks strange on https://api.kde.org/frameworks/baloo/html/index.html (which uses some older doxygen).

This revision is now accepted and ready to land.Aug 27 2019, 4:27 PM
This revision was automatically updated to reflect the committed changes.