mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[task/phpdoc] Added a phpdoc task to the build process
PHPBB3-9943
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<!-- These are the main targets which you will probably want to use -->
|
||||
<target name="package" depends="clean,prepare,create-package" />
|
||||
<target name="all" depends="clean,prepare,test,create-package" />
|
||||
<target name="all" depends="clean,prepare,test,docs,create-package" />
|
||||
|
||||
<target name="prepare">
|
||||
<mkdir dir="build/logs" />
|
||||
@@ -64,6 +64,12 @@
|
||||
-->
|
||||
</target>
|
||||
|
||||
<target name="docs">
|
||||
<exec dir="build"
|
||||
command="phpdoc -c phpdoc-phpbb.ini"
|
||||
passthru="true" />
|
||||
</target>
|
||||
|
||||
<target name="old-version-diffs">
|
||||
<foreach list="${oldversions}" param="version" target="old-version-diff" />
|
||||
</target>
|
||||
|
Reference in New Issue
Block a user