-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdox.xml
More file actions
28 lines (27 loc) · 906 Bytes
/
Copy pathphpdox.xml
File metadata and controls
28 lines (27 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://xml.phpdox.net/config" silent="false">
<project name="Encryption Client" source="${basedir}/src" workdir="build/phpdox">
<collector publiconly="false" backend="parser" encoding="auto">
<include mask="*.php" />
<exclude mask="*Autoload.php" />
</collector>
<generator output="build">
<build engine="html" enabled="true" output="api"/>
<enrich base="build">
<source type="build" />
<source type="git">
<history enabled="true" limit="15" />
</source>
<source type="phploc" >
<file name="logs/phploc.xml" />
</source>
<source type="checkstyle">
<file name="logs/checkstyle.xml" />
</source>
<source type="pmd">
<file name="logs/pmd.xml" />
</source>
</enrich>
</generator>
</project>
</phpdox>