partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9924e1674cae657676779444f0890b4773176148
parent a50fdb56aabc4c303211b0d37bef1315db9f8b39
Author: Felicitus <felicitus@felicitus.de>
Date:   Wed, 22 Sep 2010 09:37:54 +0200

Added phpdocumentor target
Diffstat:
Mbuild.xml | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/build.xml b/build.xml @@ -129,6 +129,19 @@ </coverage-report> </target> + <target name="doc"> + <phpdoc title="API Documentation" destdir="reports/api/" sourcecode="false" output="HTML:Smarty:PHP"> + <fileset dir="src/"> + <include name="**/*.php" /> + </fileset> + <projdocfileset dir="."> + <include name="README" /> + <include name="INSTALL" /> + <include name="CHANGELOG" /> + </projdocfileset> + </phpdoc> + </target> + <target name="test"> <mkdir dir="reports/phpunit"/>