mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-05 10:28:03 +02:00
add missing folderWhereYouRunDoxygen option
This commit is contained in:
parent
3f5cf8f714
commit
d4be99ae2b
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ doxygenJob.with {
|
||||||
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
project / publishers / 'hudson.plugins.doxygen.DoxygenArchiver' {
|
||||||
doxyfilePath 'Doxyfile'
|
doxyfilePath 'Doxyfile'
|
||||||
keepAll false
|
keepAll false
|
||||||
|
folderWhereYouRunDoxygen ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue