Files
DomFramework/phpdox.xml
2014-11-18 09:27:56 +00:00

14 lines
488 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://phpdox.net/config">
<project name="DomFramework" source="${basedir}" workdir="/tmp/DomFramework/api/xml">
<collector backend="parser">
<exclude mask="${basedir}/test/*"/>
<exclude mask="${basedir}/Tests/*"/>
<exclude mask="${basedir}/examples/*"/>
</collector>
<generator output="/tmp/DomFramework/output/api">
<build engine="html" output="html"/>
</generator>
</project>
</phpdox>