Change path of doxygen config file
This commit is contained in:
parent
aee0be3108
commit
349cf75db8
@ -90,7 +90,7 @@
|
|||||||
<!-- Generate API documentation -->
|
<!-- Generate API documentation -->
|
||||||
<target name="doxygen" description="Dolibarr documentation" >
|
<target name="doxygen" description="Dolibarr documentation" >
|
||||||
<exec executable="doxygen" dir="${basedir}/hudson/doxygen" failonerror="false">
|
<exec executable="doxygen" dir="${basedir}/hudson/doxygen" failonerror="false">
|
||||||
<arg value="${basedir}/build/doxygen/dolibarr-doxygen.doxyfile"/>
|
<arg value="${basedir}/build/doxygen/hudson-doxygen.doxyfile"/>
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user