chiark / gitweb /
documentation/doxygen: switch to a config supplied from a Python file.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 7 Jun 2020 15:50:53 +0000 (17:50 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 8 Jun 2020 17:42:29 +0000 (19:42 +0200)
commit1c133b1bae1b9072c4567ec2cb77202c6c2283fc
treedc31084d045945874d167e4cd841f1c36de9e422
parent98f7779b38ddbce9eaff8ccf907391fea4d1488c
documentation/doxygen: switch to a config supplied from a Python file.

Keeping full backwards compatibility with the original Doxyfile names,
except for template files which now have to use the new values.
doc/documentation/doxygen.rst
documentation/doxygen.py
documentation/templates/doxygen/annotated.html
documentation/templates/doxygen/base.html
documentation/templates/doxygen/files.html
documentation/templates/doxygen/opensearch.xml
documentation/test_doxygen/__init__.py
documentation/test_doxygen/doxyfile/Doxyfile
documentation/test_doxygen/doxyfile/Doxyfile-legacy [new file with mode: 0644]
documentation/test_doxygen/test_doxyfile.py