chiark / gitweb /
doxygen: concat string Doxyfile properties with a newline, not a space.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 11 Oct 2018 11:23:29 +0000 (13:23 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 11 Oct 2018 11:24:42 +0000 (13:24 +0200)
commit0131a05e528d8ede7f83a2adc4327d2ff14ad880
tree745749c6197521c2a95af4483bace16988439d24
parent75da75fe6d0217fe1901d305a2e723ee7001192d
doxygen: concat string Doxyfile properties with a newline, not a space.

I need this for proper multi-line value support. This was quite a corner
case, so I don't expect any user code breaking. I'm now also properly
handling single quotes in Doxyfile, by accident the test data wasn't
really testing the behavior correctly.
doxygen/dox2html5.py