chiark / gitweb /
doxygen: improve diagnostic output.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 5 Jan 2018 00:32:10 +0000 (01:32 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 5 Jan 2018 00:52:02 +0000 (01:52 +0100)
commit6f95cebe621b914fea0ae17fb194333efae28c9c
treeb4625819398128ebc8f61f02c2d79941e036a856
parent14fb5d88ecb75801ea95ab06dd2e5a01e065f2e3
doxygen: improve diagnostic output.

Not printing info about every file in the default case anymore, printing
just the warnings. In order to make that usable, all warnings are now
prefixed with name of file that's being processed.

Documentation goal, like with stock Doxygen, is to have zero console
output.
doxygen/dox2html5.py