289a65c002
- update doxygen plugin to convert xml - update docstring - update test cases Change-Id: Idf4b868c462690d4ec853002fa616d6ca174c526
12 lines
366 B
XML
12 lines
366 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.doxygen.DoxygenArchiver>
|
|
<doxyfilePath>Doxyfile</doxyfilePath>
|
|
<runOnChild>doxygen-slave</runOnChild>
|
|
<folderWhereYouRunDoxygen>build</folderWhereYouRunDoxygen>
|
|
<keepAll>true</keepAll>
|
|
</hudson.plugins.doxygen.DoxygenArchiver>
|
|
</publishers>
|
|
</project>
|