partkeepr

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

commit 76ebd0b16f7e70c71b2387711369612f24840060
parent 427882d7fd511ab10923b42925a6a273fdb71e8f
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 13 Apr 2012 23:26:49 +0200

Added checkstyle report for the api docs

Diffstat:
Mbuild.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml @@ -363,7 +363,7 @@ <target name="apigen"> <apigen source="${source.php}" destination="reports/api/" title="PartKeepr API Documentation" internal="true" - deprecated="true" todo="true"> + deprecated="true" todo="true" charset="utf8" report="reports/logs/api-checkstyle.xml"> </apigen> </target>