Commit 6239c4b3 authored by jhassine's avatar jhassine

Fixed the Phing build script to build the API documentation (Thanks meus for supplying the patch)

parent 4e22f1fb
...@@ -86,9 +86,11 @@ ...@@ -86,9 +86,11 @@
Generates the API documentation using Doxygen and PHPDoc Generates the API documentation using Doxygen and PHPDoc
Doxygen is required in the path. Doxygen is required in the path.
--> -->
<mkdir dir="${build.dest.dir}/docs/API/doxygen" />
<exec command="doxygen" dir="."/> <exec command="doxygen" dir="."/>
<!-- <exec command="make pdf" dir="${build.src.dir}/docs/latex"/> --> <!-- <exec command="make pdf" dir="${build.src.dir}/docs/latex"/> -->
<mkdir dir="${build.dest.dir}/docs/API/phpdoc" />
<phpdoc title="Doctrine Documentation" destdir="${build.dest.dir}/docs/API/phpdoc/html" <phpdoc title="Doctrine Documentation" destdir="${build.dest.dir}/docs/API/phpdoc/html"
sourcepath="${project.base.dir}/lib" output="HTML:Smarty:PHP"/> sourcepath="${project.base.dir}/lib" output="HTML:Smarty:PHP"/>
</target> </target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment