forked from lite-php/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdox.xml
More file actions
19 lines (19 loc) · 755 Bytes
/
phpdox.xml
File metadata and controls
19 lines (19 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://phpdox.net/config">
<project name="LitePHP Framework" source="${basedir}/system" workdir="${basedir}/build/api/xml">
<collector backend="parser" />
<generator output="${basedir}/build/docs">
<build engine="html" enabled="true" output="html">
<file extension="html" />
</build>
<enrich base="${basedir}/build">
<!-- add build information - this should always be enabled -->
<source type="build" />
<source type="git">
<git binary="/usr/bin/git" />
<history enabled="true" limit="15" cache="${phpDox.project.workdir}/gitlog.xml" />
</source>
</enrich>
</generator>
</project>
</phpdox>