cppcheck/htmlreport
Daniel Marjamäki 7c316fb76d
Fixed #12071 (suppressing critical error, no indication to user that analysis of file fails) (#5771)
2023-12-17 15:42:17 +01:00
..
README.txt
check.sh Fixed #12071 (suppressing critical error, no indication to user that analysis of file fails) (#5771) 2023-12-17 15:42:17 +01:00
cppcheck-htmlreport use python3 on debians too (#3812) 2022-11-03 22:14:30 +01:00
example.cc
example.xml
requirements.txt
setup.py use python3 on debians too (#3812) 2022-11-03 22:14:30 +01:00
test_htmlreport.py use python3 on debians too (#3812) 2022-11-03 22:14:30 +01:00
test_suppressions.txt
tox.ini Add pygments dependency 2012-09-09 09:59:57 -07: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 (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'