Skip to content

Commit 6a39b30

Browse files
committed
[+FEATURE] Added phpDox config file
1 parent 786fb96 commit 6a39b30

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

phpdox.xml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<phpdox xmlns="http://phpdox.de/config">
3+
<project name="FireGento_AdminMonitoring" source="${basedir}/src" workdir="${basedir}/docs/api/xml">
4+
<collector backend="parser" />
5+
<generator output="${basedir}/docs/api">
6+
<build engine="html" output="html"/>
7+
</generator>
8+
</project>
9+
</phpdox>

0 commit comments

Comments
 (0)