cppcheck/htmlreport
Henrik Nilsson f6c24f9070 cppcheck-htmlreport now takes a --title parameter that will be displayed on top of every page. 2010-01-13 14:11:54 +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 cppcheck-htmlreport now takes a --title parameter that will be displayed on top of every page. 2010-01-13 14:11:54 +01:00
setup.py Added a installation script for the cppcheck-htmlreport utility. 2009-12-15 09:03:15 +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.