comment out docs in seed for now

This commit is contained in:
Stephen Birarda 2013-08-15 17:48:27 -07:00
parent d4be99ae2b
commit ab7c5eb1e6

View file

@ -141,16 +141,16 @@ parameterizedJob.with {
} }
} }
doxygenJob = hifiJob('docs', false) /*doxygenJob = hifiJob('docs', false)
doxygenJob.with { doxygenJob.with {
configure { project -> configure { project ->
(project / builders).setValue('') (project / builders).setValue('')
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' { project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
doxyfilePath 'Doxyfile' doxyfilePath 'Doxyfile'
keepAll false keepAll false
folderWhereYouRunDoxygen '' folderWhereYouRunDoxygen ' '
} }
} }
} }
queue doxygenJob queue doxygenJob*/