forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
28 lines (26 loc) · 685 Bytes
/
Copy pathphpdoc.dist.xml
File metadata and controls
28 lines (26 loc) · 685 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
26
27
28
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>CodeIgniter v4.0.0 API</title>
<parser>
<target>api/data/</target>
</parser>
<transformer>
<target>api/build/</target>
</transformer>
<files>
<directory>./system</directory>
<ignore>./vendor/*</ignore>
<ignore>./tests/*</ignore>
<ignore>Kint/*</ignore>
</files>
<logging>
<level>warn</level>
<paths>
<default>api/log/{DATE}.log</default>
<errors>api/{DATE}.errors.log</errors>
</paths>
</logging>
<transformations>
<template name="responsive" />
</transformations>
</phpdoc>