cppcheck/htmlreport
Henrik Nilsson b107617d46 Added a python script that takes the cppcheck output xml file
and generates a html report of it. The html report is complete
with syntax highlighted source code using the pygments module.

This initial commit contains generation of html files but the
actual errors is missing from the html content and the index.html file.
2009-12-08 15:09:21 -05:00
..
README.txt Added a python script that takes the cppcheck output xml file 2009-12-08 15:09:21 -05:00
cppcheck-htmlreport Added a python script that takes the cppcheck output xml file 2009-12-08 15:09:21 -05:00

README.txt

cppcheck-htmlreport

This is a little utility to generate a html report of a xml file produced by
cppcheck.

The utility is implemented in python and require the pygments module to be
able to generate syntax highlighted source code.