67 lines
2.4 KiB
XML
67 lines
2.4 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
<phpdox xmlns="http://phpdox.de/config" silent="false">
|
||
|
|
<project name="ProcessMaker Michelangelo" source="${basedir}/workflow/engine/src" workdir="${basedir}/build/phpdox">
|
||
|
|
<!-- Additional configuration for the collecting process (parse of php code, generation of xml data) -->
|
||
|
|
<collector publiconly="false" backend="parser">
|
||
|
|
<include mask="*.php" />
|
||
|
|
<exclude mask="" />
|
||
|
|
<inheritance resolve="true">
|
||
|
|
</inheritance>
|
||
|
|
</collector>
|
||
|
|
|
||
|
|
<generator output="${basedir}/build/docs">
|
||
|
|
<!-- A generation process consists of one or more build tasks and of (optional) enrich sources -->
|
||
|
|
|
||
|
|
<enrich path="${basedir}/build/logs">
|
||
|
|
|
||
|
|
<source type="checkstyle">
|
||
|
|
<!-- @type - the handler for the enrichment -->
|
||
|
|
<!-- known types by default are: checkstyle, pmd, clover, phpunit -->
|
||
|
|
|
||
|
|
<!-- every enrichment source can have additional configuration nodes, most probably need a logfile -->
|
||
|
|
<!-- <file name="checkstyle.xml" /> -->
|
||
|
|
|
||
|
|
</source>
|
||
|
|
|
||
|
|
<!--
|
||
|
|
<source type="pmd">
|
||
|
|
<file name="pmd.xml" />
|
||
|
|
</source>
|
||
|
|
|
||
|
|
<source type="clover">
|
||
|
|
<file name="clover.xml" />
|
||
|
|
</source>
|
||
|
|
|
||
|
|
<source type="phpunit">
|
||
|
|
<file name="junit.xml" />
|
||
|
|
</source>
|
||
|
|
-->
|
||
|
|
|
||
|
|
</enrich>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- An engine and thus build node can have additional configuration child nodes, please check the documentation for the engine to find out more -->
|
||
|
|
|
||
|
|
<!-- default engine "html" -->
|
||
|
|
<build engine="html" enabled="true" output="html">
|
||
|
|
<template dir="${phpDox.home}/templates/html" />
|
||
|
|
<file extension="html" />
|
||
|
|
</build>
|
||
|
|
|
||
|
|
<!--
|
||
|
|
<build engine="todo" enabled="true" output="todo">
|
||
|
|
<file name="todolist.txt" encoding="utf-8" />
|
||
|
|
</build>
|
||
|
|
|
||
|
|
<build engine="graph" enabled="true" output="graph">
|
||
|
|
<dot executable="/usr/bin/dot" options="" />
|
||
|
|
<file name="graph.png" options="" format="png" />
|
||
|
|
</build>
|
||
|
|
|
||
|
|
-->
|
||
|
|
|
||
|
|
</generator>
|
||
|
|
</project>
|
||
|
|
|
||
|
|
</phpdox>
|