Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdox.xml
More file actions
Latest commit
36 lines (32 loc) · 1.24 KB
/
Copy pathphpdox.xml
File metadata and controls
36 lines (32 loc) · 1.24 KB
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
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8" ?>
<phpdoxxmlns="http://xml.phpdox.net/config"silent="false">
<bootstrap>
<requirefile="./vendor/autoload.php" />
</bootstrap>
<projectname="runopencode/traitor-bundle"source="${basedir}/src/RunOpenCode/Bundle/Traitor"workdir="${basedir}/build/phpdox">
<collectorpubliconly="false"backend="parser"encoding="auto">
<includemask="*.php" />
<excludemask="" />
<inheritanceresolve="true" />
</collector>
<generatoroutput="build">
<buildengine="html"enabled="true"output="api">
<fileextension="html" />
</build>
<enrichbase="${basedir}/build">
<sourcetype="phploc">
<filename="logs/phploc.xml" />
</source>
<sourcetype="checkstyle">
<filename="logs/checkstyle.xml" />
</source>
<sourcetype="phpunit">
<coveragepath="coverage/xml" />
</source>
<sourcetype="pmd">
<filename="logs/pmd.xml" />
</source>
</enrich>
</generator>
</project>
</phpdox>