Commit fed0971e authored by Bas de Nooijer's avatar Bas de Nooijer

Switch from phpdoc to docblox

parent ddab0592
...@@ -59,9 +59,9 @@ you could also write the switches here) ...@@ -59,9 +59,9 @@ you could also write the switches here)
</target> </target>
<!-- Generate API documentation --> <!-- Generate API documentation -->
<target name="phpdoc"> <target name="docblox">
<exec executable="phpdoc"> <exec executable="docblox">
<arg line="-s on -ue on -d library -t build/api -o HTML:frames:DOM/earthli -ti 'Solarium API Documentation'"/> <arg line="run -d library -t build/api"/>
</exec> </exec>
</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