Converts doxygen errors and warnings to JUnit XML format.
Project description
Tool that converts doxygen XML output to JUnit XML format. Use on your CI servers to get more helpful feedback.
Installation
You can install, upgrade, and uninstall doxygen-junit with these commands:
$ pip install doxygen-junit
$ pip install --upgrade doxygen-junit
$ pip uninstall doxygen-junit
Usage
Redirect doxygen stderr to a file:
$ doxygen 2> doxygen-stderr.txt
Convert it to JUnit XML format:
$ doxygen_junit --input doxygen-stderr.txt --output doxygen-junit.xml
Contributors
Credit to @theandrewdavis for the initial development of the conversion tool.
Releases
1.0.0 - 2016-03-05
First release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
doxygen-junit-1.0.0.tar.gz
(3.6 kB
view hashes)