2014-04-10 15:50:42 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<project>
|
|
|
|
<publishers>
|
|
|
|
<hudson.plugins.doxygen.DoxygenArchiver>
|
|
|
|
<doxyfilePath>Doxyfile</doxyfilePath>
|
2014-10-29 12:44:51 -06:00
|
|
|
<runOnChild>doxygen-slave</runOnChild>
|
2014-04-10 15:50:42 +02:00
|
|
|
<folderWhereYouRunDoxygen>build</folderWhereYouRunDoxygen>
|
2017-06-28 16:56:28 +08:00
|
|
|
<keepAll>true</keepAll>
|
2014-04-10 15:50:42 +02:00
|
|
|
</hudson.plugins.doxygen.DoxygenArchiver>
|
|
|
|
</publishers>
|
|
|
|
</project>
|