You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://xml.phpdox.net/config">
<project name="php-tmdb-api" source="${basedir}/../lib" workdir="${basedir}/phpdox">
<collector backend="parser" />
<generator output="${basedir}/api">
<enrich base="${basedir}">
<source type="build" />
<source type="git">
<history enabled="true" limit="25" cache="${phpDox.project.workdir}/gitlog.xml" />
</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>
<source type="phpunit">
<coverage path="coverage/xml" />
</source>
</enrich>
<build engine="html" output="html"/>
</generator>
</project>
</phpdox>