chiark / gitweb /
doxygen: don't die on XML parse error.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 19:49:14 +0000 (20:49 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 22:51:19 +0000 (23:51 +0100)
commitf22b5cafa93c3b4136e423f94a636bd4b6f0cbbb
tree1376201f4970f56c4294e3119bc601ba1cb2959f
parentbdf1b3de6704676965db47c1504b5b191a24c737
doxygen: don't die on XML parse error.

Doxygen is able to highlight PNGs as C++ code. It's amazing, of
course, but the result is a terrible mess (of course). So let's have
another drink and ignore those *amazing things*.
doxygen/dox2html5.py
doxygen/test/contents_parse_error/Doxyfile [new file with mode: 0644]
doxygen/test/contents_parse_error/broken.xml [new file with mode: 0644]
doxygen/test/test_contents.py