<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE phpdox>
<phpdox xmlns="http://xml.phpdox.net/config">
<bootstrap>
<require file="./vendor/autoload.php" />
</bootstrap>
<project name="PHP Generics API Documentation" source="${basedir}/src"
workdir="${basedir}/build/api/xml">
<collector backend="parser">
<inheritance resolve="false" />
</collector>
<generator output="${basedir}/build/api">
<enrich base="${basedir}/build/logs">
<source type="build" />
<source type="git">
<history enabled="true" limit="5" />
</source>
<source type="phpcs" />
<source type="pmd" />
<source type="phploc" />
<source type="phpunit">
<coverage path="coverage/xml" />
</source>
</enrich>
<build engine="html" output="html" />
<build engine="xml" enabled="true" output="xml" />
</generator>
</project>
</phpdox>
|