Merge pull request #858 from birarda/master

add missing option for doxygen job
This commit is contained in:
Stephen Birarda 2013-08-15 17:18:12 -07:00
commit d7423c2c0a

View file

@ -148,6 +148,7 @@ doxygenJob.with {
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
doxyfilePath 'Doxyfile'
keepAll false
folderWhereYouRunDoxygen ''
}
}
}