Fixes QCH build with doxygen 1.8.16, which seems to be more strict when parsing markdown
Details
Details
- Reviewers
bruns kossebau - Commits
- R293:33e042970075: Fix section hierachy in distributing.md
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
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.
Comment Actions
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).