mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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 -->
|
<!-- These are the main targets which you will probably want to use -->
|
||||||
<target name="package" depends="clean,prepare,create-package" />
|
<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">
|
<target name="prepare">
|
||||||
<mkdir dir="build/logs" />
|
<mkdir dir="build/logs" />
|
||||||
@@ -64,6 +64,12 @@
|
|||||||
-->
|
-->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="docs">
|
||||||
|
<exec dir="build"
|
||||||
|
command="phpdoc -c phpdoc-phpbb.ini"
|
||||||
|
passthru="true" />
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="old-version-diffs">
|
<target name="old-version-diffs">
|
||||||
<foreach list="${oldversions}" param="version" target="old-version-diff" />
|
<foreach list="${oldversions}" param="version" target="old-version-diff" />
|
||||||
</target>
|
</target>
|
||||||
|
Reference in New Issue
Block a user