chiark / gitweb /
doxygen: rework image support.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 7 Dec 2017 01:03:06 +0000 (02:03 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 Dec 2017 01:23:50 +0000 (02:23 +0100)
commitb2dae3bd4a95305fa1400bc10f006d64d148990f
treee351d6994bca78542d007b21395865d107e20425
parent0f5a7c76b2a9420b510a4fe913587918425d94cf
doxygen: rework image support.

 * The text after is not an alt text, but rather a figure caption. So
   render a figure in that case.
 * That means it's also not an error if the caption is not present. So
   don't warn about it.
 * Doxygen, if it wouldn't be so broken, would copy the images to the
   XML output directory as well. So there's no need to juggle with
   IMAGE_PATH. I love the smell of burning code.
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/test/contents_image/index.html
doxygen/test/contents_image/input.dox
doxygen/test/contents_image/warnings.html
doxygen/test/test_doxyfile.py