add jenkins build.xml and more; added first unit-tests
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
13
phpdox.xml
Normal file
13
phpdox.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<phpdox xmlns="http://xml.phpdox.net/config">
|
||||
<project name="froxlor" source="api" workdir="build/phpdox">
|
||||
<collector publiconly="false">
|
||||
<include mask="*.php" />
|
||||
</collector>
|
||||
|
||||
<generator output="build">
|
||||
<build engine="html" enabled="true" output="api">
|
||||
<file extension="html" />
|
||||
</build>
|
||||
</generator>
|
||||
</project>
|
||||
</phpdox>
|
||||
Reference in New Issue
Block a user