add doxygen target
parent
f3497d9f57
commit
6238c0f33b
|
@ -61,6 +61,10 @@
|
|||
</nunit2>
|
||||
</target>
|
||||
|
||||
<target name="doxygen">
|
||||
<exec program="doxygen" workingdir="doc" commandline="doxygen.conf" />
|
||||
</target>
|
||||
|
||||
|
||||
<target name="dist" depends="distdir">
|
||||
<zip zipfile="${projectdir}.zip">
|
||||
|
|
Loading…
Reference in New Issue