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)
</target>
<!-- Generate API documentation -->
<target name="phpdoc">
<exec executable="phpdoc">
<arg line="-s on -ue on -d library -t build/api -o HTML:frames:DOM/earthli -ti 'Solarium API Documentation'"/>
<target name="docblox">
<exec executable="docblox">
<arg line="run -d library -t build/api"/>
</exec>
</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