forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpdoc.dist.xml
32 lines (30 loc) · 834 Bytes
/
phpdoc.dist.xml
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
29
30
31
32
<?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>
<ignore>*.tpl.php</ignore>
<ignore>*.js.php</ignore>
<ignore>Validation/Views/*</ignore>
<ignore>Pager/Views/</ignore>
</files>
<logging>
<level>err</level>
<paths>
<default>api/log/{DATE}.log</default>
<errors>api/{DATE}.errors.log</errors>
</paths>
</logging>
<transformations>
<template name="responsive-twig" />
</transformations>
</phpdoc>