PHP Classes

File: phpdox.xml

Recommend this page to a friend!
  Classes of Maik Greubel   PHP Generics   phpdox.xml   Download  
File: phpdox.xml
Role: Auxiliary data
Content type: text/plain
Description: PHPDox configuration
Class: PHP Generics
Framework for accessing streams, sockets and logs
Author: By
Last change: Update of phpdox.xml
Date: 2 months ago
Size: 1,089 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 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>