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:
13
phpdox.xml
Normal file
13
phpdox.xml
Normal 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>
|
||||
Reference in New Issue
Block a user