chiark / gitweb /
doxygen: prevent particular Doxyfile values from becoming empty.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 9 Apr 2018 10:55:45 +0000 (12:55 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 9 Apr 2018 11:06:00 +0000 (13:06 +0200)
commit90c0c902f3dceaddff0b4c613178a47617db26e4
tree91717b0e63e40b25d94a8c2785bcb949debf2ba4
parent9d505d5fff0415cdb8eaf746ea5cc9dd5d2d7cbe
doxygen: prevent particular Doxyfile values from becoming empty.

In particular the HTML_EXTRA_STYLESHEET, which is set to empty by the

    doxygen -g

generated Doxyfile.
doxygen/.gitignore
doxygen/dox2html5.py
doxygen/test/layout_generated_doxyfile/index.html [new file with mode: 0644]
doxygen/test/layout_generated_doxyfile/xml/indexpage.xml [new file with mode: 0644]
doxygen/test/test_layout.py