2009-12-08 21:09:21 +01:00
|
|
|
cppcheck-htmlreport
|
|
|
|
|
2010-12-15 18:45:53 +01:00
|
|
|
This is a little utility to generate a html report of a XML file produced by
|
2009-12-08 21:09:21 +01:00
|
|
|
cppcheck.
|
|
|
|
|
2016-05-11 11:58:05 +02:00
|
|
|
The utility is implemented in Python (2.7+) and requires the pygments module
|
|
|
|
to generate syntax highlighted source code.
|
2013-10-24 20:05:46 +02:00
|
|
|
If you are using a Debian based Linux system, the pygments package can be
|
|
|
|
installed by following command:
|
|
|
|
$ sudo apt-get install python-pygments
|
2013-10-07 15:15:17 +02:00
|
|
|
|
|
|
|
For more information run './cppcheck-htmlreport --help'
|