Change path of doxygen config file

This commit is contained in:
Regis Houssin 2011-09-16 19:54:05 +00:00
parent aee0be3108
commit 349cf75db8

View File

@ -90,7 +90,7 @@
<!-- Generate API documentation -->
<target name="doxygen" description="Dolibarr documentation" >
<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>
</target>