Remove phpdox.xml

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2510 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-02-21 19:13:51 +00:00
parent 060f47bce6
commit e933491a27

View File

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