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. |
||
---|---|---|
.. | ||
README.txt | ||
cppcheck-htmlreport |
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.