PHP Classes

File: phpdox.xml

Recommend this page to a friend!
  Classes of Maik Greubel   PHP Git Library Provider   phpdox.xml   Download  
File: phpdox.xml
Role: Auxiliary data
Content type: text/plain
Description: phpdox configuration
Class: PHP Git Library Provider
Manipulate Git repositories using the git command
Author: By
Last change: Update of phpdox.xml
Date: 3 months ago
Size: 838 bytes
 

Contents

Class file image Download
<?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 GitProvider API Documentation" source="${basedir}/src" workdir="${basedir}/build/api/xml"> <collector backend="parser" /> <generator output="${basedir}/build/api"> <enrich base="${basedir}/build"> <source type="build"/> <source type="checkstyle"> <file name="logs/checkstyle.xml" /> </source> <source type="pmd"> <file name="logs/pmd.xml" /> </source> <source type="phploc"> <file name="logs/phploc.xml" /> </source> <source type="phpunit"> <coverage path="coverage/xml" /> </source> </enrich> <build engine="html" output="html" /> </generator> </project> </phpdox>