cppcheck/htmlreport
afestini 423c4f8207
Htmlreport changes (#3690)
2022-01-12 22:07:12 +01:00
..
README.txt Add python 2.7+ requirement (see https://github.com/danmar/cppcheck/pull/751) 2016-05-11 11:58:05 +02:00
check.sh htmlreport/check.sh: use less heavy input folder to reduce scriptcheck build times (#3617) 2021-12-15 20:53:10 +01:00
cppcheck-htmlreport Htmlreport changes (#3690) 2022-01-12 22:07:12 +01:00
example.cc
example.xml
requirements.txt cppcheck-htmlreport requires Pygments. 2016-08-24 10:40:54 -07:00
setup.py Improve Python code 2017-06-04 22:51:48 +02:00
test_htmlreport.py some Python cleanups based on PyCharm inspections (#2999) 2021-01-31 14:27:11 +01:00
test_suppressions.txt
tox.ini

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 (2.7+) and requires the pygments module
to generate syntax highlighted source code.
If you are using a Debian based Linux system, the pygments package can be 
installed by following command:
$ sudo apt-get install python-pygments

For more information run './cppcheck-htmlreport --help'