Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
When the "folder where you run Doxygen" setting is used, the HTML_OUTPUT setting in the Doxyfile is interpreted relative to that location, instead of being relative to the OUTPUT_DIRECTORY setting (which itself is relative to the folderWhereYouRunDoxygen). This causes publication of the generated documentation to fail.
Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/hudson/plugins/doxygen/DoxygenDirectoryParser.java
src/test/java/hudson/plugins/doxygen/DoxygenArchiverTest.java
src/test/java/hudson/plugins/doxygen/DoxygenDirectoryParserTest.java
src/test/resources/hudson/plugins/doxygen/Doxyfile-dot
http://jenkins-ci.org/commit/doxygen-plugin/171a66a82dacd93a1038fea4be34295067408cbc
Log:
Merge pull request #6 from kbriggs/bugfix-
JENKINS-18154JENKINS-18154Use correct HTML output with folderWhereYouRunDoxygenCompare: https://github.com/jenkinsci/doxygen-plugin/compare/e39037fd930c...171a66a82dac