forked from theseer/phpdox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdox.xml.dist
More file actions
25 lines (17 loc) · 775 Bytes
/
Copy pathphpdox.xml.dist
File metadata and controls
25 lines (17 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://phpdox.de/config" silent="false">
<project name="phpDox" source="src" workdir="${basedir}/build/api/xml">
<collector publiconly="false" backend="parser" />
<generator output="${basedir}/build/api/docs">
<build engine="html" enabled="true" output="html">
<file extension="html" />
</build>
<build engine="todo" enabled="false" output="todo">
<file name="todolist.txt" encoding="utf-8" />
</build>
<build engine="graph" enabled="true" output="graph">
<dot executable="/usr/bin/dot" render="true" format="png" />
</build>
</generator>
</project>
</phpdox>