Files
icehrm/phpdox.xml
2015-10-10 20:18:50 +05:30

14 lines
379 B
XML

<phpdox xmlns="http://phpdox.net/config">
<project name="ice-framework" source="src" workdir="build/phpdox">
<collector publiconly="false">
<include mask="*.php" />
<exclude mask="**/lib/**"/>
</collector>
<generator output="build">
<build engine="html" enabled="true" output="html">
<file extension="html" />
</build>
</generator>
</project>
</phpdox>