cppcheck/htmlreport
Henrik Nilsson 89b2118622 index.html page is now complete with a list of files and all errors found.
Other changes:
* added a stylesheet and made the html design much better.
* contains links directly to the line in the source file.
2009-12-11 12:39:39 +01:00
..
README.txt Added a python script that takes the cppcheck output xml file 2009-12-08 15:09:21 -05:00
cppcheck-htmlreport index.html page is now complete with a list of files and all errors found. 2009-12-11 12:39:39 +01: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.