mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
comment out docs in seed for now
This commit is contained in:
parent
d4be99ae2b
commit
ab7c5eb1e6
1 changed files with 3 additions and 3 deletions
|
@ -141,16 +141,16 @@ parameterizedJob.with {
|
|||
}
|
||||
}
|
||||
|
||||
doxygenJob = hifiJob('docs', false)
|
||||
/*doxygenJob = hifiJob('docs', false)
|
||||
doxygenJob.with {
|
||||
configure { project ->
|
||||
(project / builders).setValue('')
|
||||
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
||||
doxyfilePath 'Doxyfile'
|
||||
keepAll false
|
||||
folderWhereYouRunDoxygen ''
|
||||
folderWhereYouRunDoxygen ' '
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
queue doxygenJob
|
||||
queue doxygenJob*/
|
Loading…
Reference in a new issue