Add phpdox.xml file to allow phpdox analyze

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1864 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-11-18 09:27:56 +00:00
parent f0239ae314
commit b4a21057cd

13
phpdox.xml Normal file
View File

@@ -0,0 +1,13 @@
<?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>