1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-09 07:40:45 +02:00

Merge branch 'task/naderman/phpdoc' into develop-olympus

* task/naderman/phpdoc:
  [task/phpdoc] Switching from phpDocumentor to phpdoctor.
This commit is contained in:
Nils Adermann
2011-01-07 02:27:57 +01:00
2 changed files with 131 additions and 86 deletions

View File

@@ -64,8 +64,14 @@
</target>
<target name="docs">
<!-- only works if you setup phpdoctor:
git clone https://github.com/peej/phpdoctor.git
and then create an executable phpdoctor in your path containing
#!/bin/sh
php -f /path/to/phpdoctor/phpdoc.php $@
-->
<exec dir="build"
command="phpdoc -c phpdoc-phpbb.ini"
command="phpdoctor phpdoc-phpbb.ini"
passthru="true" />
</target>