phpdox.xml.dist 620 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <phpdox xmlns="http://phpdox.net/config">
  3. <project name="PHPUnit" source="PHPUnit" workdir="build/phpdox">
  4. <collector publiconly="false">
  5. <include mask="*.php" />
  6. <exclude mask="*Autoload.php" />
  7. </collector>
  8. <generator output="build">
  9. <enrich base="${basedir}/build/logs">
  10. <source type="build" />
  11. <source type="git" />
  12. <source type="phploc" />
  13. <source type="checkstyle" />
  14. <source type="pmd" />
  15. </enrich>
  16. <build engine="html" enabled="true" output="api">
  17. <file extension="html" />
  18. </build>
  19. </generator>
  20. </project>
  21. </phpdox>