chiark / gitweb /
doxygen: as usual, I found more Doxygen bugs while fixing other stuff.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 11:16:23 +0000 (13:16 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 13:58:13 +0000 (15:58 +0200)
commit2eb544cac8b53be176994f92d987e9fed157b076
tree8ff44e9253c07b3e881446b82ae9e09d709c3902
parent0dac98dee175fbf64919a36a5b196d35aecb55b9
doxygen: as usual, I found more Doxygen bugs while fixing other stuff.

This usual thing in Markdown files, for example:

    Hello world
    ###########

is parsed as a paragraph and a 11th level heading with no title.
UHHMAZING, isn't it. Because of that, I'm no longer asserting on too
large heading levels but instead trying to provide helpful warning
messages for the user.
doxygen/dox2html5.py
doxygen/test/contents_sections_headings/Doxyfile [moved from doxygen/test/contents_section_in_function/Doxyfile with 87% similarity]
doxygen/test/contents_sections_headings/File.h [moved from doxygen/test/contents_section_in_function/File.h with 63% similarity]
doxygen/test/contents_sections_headings/File_8h.html [moved from doxygen/test/contents_section_in_function/File_8h.html with 73% similarity]
doxygen/test/contents_sections_headings/index.html [new file with mode: 0644]
doxygen/test/contents_sections_headings/input.dox [new file with mode: 0644]
doxygen/test/contents_sections_headings/warnings.html [moved from doxygen/test/contents_typography/warnings.html with 84% similarity]
doxygen/test/contents_typography/index.html
doxygen/test/contents_typography/input.dox
doxygen/test/test_contents.py