forked from bcit-ci/CodeIgniter
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
Latest commit
21 lines (20 loc) · 486 Bytes
/
Copy pathphpdoc.dist.xml
File metadata and controls
21 lines (20 loc) · 486 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>CodeIgniter v3.0.0 API</title>
<parser>
<target>./api/</target>
</parser>
<transformer>
<target>./api/</target>
</transformer>
<files>
<directory>./system</directory>
</files>
<logging>
<level>warn</level>
<paths>
<default>./api/log/{DATE}.log</default>
<errors>./api/{DATE}.errors.log</errors>
</paths>
</logging>
</phpdoc>