chiark / gitweb /
documentation/doxygen: add an ability to run filters on code.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 9 Jun 2020 00:00:27 +0000 (02:00 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 9 Jun 2020 00:13:35 +0000 (02:13 +0200)
commit0c5ba9a93f27023f76c2766fefdd829a8398d0d9
tree3829f693836005887a6a915319f2b4b05b802722
parent401ff081c7e542a6a206af004d5c7b96801bd30a
documentation/doxygen: add an ability to run filters on code.

Finally I'm able to generate Magnum docs without a hastily patched
m.css to convert color literals to color swatches. Ugh this took ages.
doc/documentation/doxygen.rst
documentation/doxygen.py
documentation/test_doxygen/__init__.py
documentation/test_doxygen/contents_code_filters/Doxyfile [new file with mode: 0644]
documentation/test_doxygen/contents_code_filters/index.html [new file with mode: 0644]
documentation/test_doxygen/contents_code_filters/input.dox [new file with mode: 0644]
documentation/test_doxygen/test_contents.py
documentation/test_doxygen/test_doxyfile.py