 | New homepage The plug-in is being maintained by its owner/maintainers from a new home. The plug-in is still compatible with Hudson, however, the entry points for documentation and issue reporting have been combined in order to provide a single point of entry. |
Plugin Information
This plugin publishes HTML reports generated by the Doxygen tool.
Description
Doxygen is a documentation system for C++, C, Java and others languages.
The hudson doxygen plugin makes it possible to parse the Doxygen descriptor (Doxyfile) and provides a link to the generated Doxygen documentation.
The generated Doxygen documentation can be retained for each successful build.
Comments (1)
Feb 11, 2011
Kjell Hedström says:
It seems to be very sensitive (or hard coded) for where the doxygen generated fi...It seems to be very sensitive (or hard coded) for where the doxygen generated files are and whare the Doxygen configuration files are.
On ubuntu I do the following:
checkout myproject with svn
run doxygen myproject/somefolder/Doxyfile
which works great and generates the files to /opt/doxygenerated/...(html/latex etc)
with the publishing plugin I then try to publish this I always get errors about not finding the build.xml
FATAL: Unable to find build script at /var/lib/hudson/jobs/doxygen/workspace/myproject/build.xml