phpdox.xml.dist 645 Bytes
<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://xml.phpdox.net/config">
  <project name="Example" source="${basedir}/src" workdir="${basedir}/docs/api/xml">
    <collector backend="parser" />
    <generator output="${basedir}/docs/api">
      <build engine="html" output="html"/>
      <enrich base="${basedir}/docs/logs">
        <source type="build" />
        <source type="git">
            <history enabled="true" limit="15" />
        </source>
        <source type="phpcs" />
        <source type="phpunit">
            <coverage path="coverage/xml" />
        </source>
    </enrich>
    </generator>
  </project>
</phpdox>