chiark / gitweb /
doxygen: implement support for \dot and \dotfile.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Oct 2018 16:26:25 +0000 (18:26 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Oct 2018 18:17:49 +0000 (20:17 +0200)
commit6a289d2a5633f7cb77b9a4330bc5618d75b98a64
tree87532e0a6d1bddeecba48f2d2ce9fe606bfaf3ce
parent2551cce6f72ac9c3ae9cd5683f1cd192d0b25cf6
doxygen: implement support for \dot and \dotfile.

Ugh, this blew up again. Three days to get here.
19 files changed:
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/test/contents_custom/Doxyfile
doxygen/test/contents_custom/ab.dot [new file with mode: 0644]
doxygen/test/contents_custom/dot-236.html [new file with mode: 0644]
doxygen/test/contents_custom/dot-238.html [new file with mode: 0644]
doxygen/test/contents_custom/dot.html [new file with mode: 0644]
doxygen/test/contents_custom/input.dox
doxygen/test/contents_dot/Doxyfile [new file with mode: 0644]
doxygen/test/contents_dot/ab.dot [new file with mode: 0644]
doxygen/test/contents_dot/colors.dot [new file with mode: 0644]
doxygen/test/contents_dot/index-236.html [new file with mode: 0644]
doxygen/test/contents_dot/index-238.html [new file with mode: 0644]
doxygen/test/contents_dot/index.html [new file with mode: 0644]
doxygen/test/contents_dot/input.dox [new file with mode: 0644]
doxygen/test/contents_dot/warnings.html [new file with mode: 0644]
doxygen/test/test_contents.py
doxygen/test/test_doxyfile.py
pelican-plugins/dot2svg.py