Blame htmlreport/README.txt

Packit 2035a7
cppcheck-htmlreport
Packit 2035a7
Packit 2035a7
This is a little utility to generate a html report of a XML file produced by
Packit 2035a7
cppcheck.
Packit 2035a7
Packit 2035a7
The utility is implemented in Python (2.7+) and requires the pygments module
Packit 2035a7
to generate syntax highlighted source code.
Packit 2035a7
If you are using a Debian based Linux system, the pygments package can be 
Packit 2035a7
installed by following command:
Packit 2035a7
$ sudo apt-get install python-pygments
Packit 2035a7
Packit 2035a7
For more information run './cppcheck-htmlreport --help'