add missing folderWhereYouRunDoxygen option

This commit is contained in:
Stephen Birarda 2013-08-15 17:17:30 -07:00
parent 3f5cf8f714
commit d4be99ae2b

View file

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