codekingpro's picture
Add files using upload-large-folder tool
b5e8702 verified
Raw
History Blame Contribute Delete
875 Bytes
Metadata-Version: 2.4
Name: cppcheck-htmlreport
Version: 2.20.1
Summary: Python script to parse the XML (version 2) output of cppcheck and generate an HTML report using Pygments for syntax highlighting.
Home-page: https://github.com/danmar/cppcheck
Author: Cppcheck Team
License: GPL
Requires-Dist: Pygments
Dynamic: author
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary
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 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'