25 lines
634 B
XML
25 lines
634 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<phpdox xmlns="http://xml.phpdox.net/config">
|
|
<project name="Laravel" source="app" workdir="phpdox">
|
|
<collector publiconly="false">
|
|
<include mask="*.php" />
|
|
<exclude mask="*autoload.php" />
|
|
</collector>
|
|
|
|
<generator output=".">
|
|
<enrich base="build/logs">
|
|
<source type="build" />
|
|
<source type="git" />
|
|
<source type="phploc" />
|
|
<source type="checkstyle" />
|
|
<source type="pmd" />
|
|
<source type="phpunit" />
|
|
</enrich>
|
|
|
|
<build engine="html" enabled="true" output="build/api">
|
|
<file extension="html" />
|
|
</build>
|
|
</generator>
|
|
</project>
|
|
</phpdox>
|