forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpdoc.dist.xml
29 lines (29 loc) · 925 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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
>
<title>CodeIgniter v4.3 API</title>
<paths>
<output>api/build/</output>
<cache>api/cache/</cache>
</paths>
<version number="4.3.x">
<api format="php">
<source dsn=".">
<path>system</path>
</source>
<output>api</output>
<ignore hidden="true" symlinks="true">
<path>system/ThirdParty/**/*</path>
<path>*.tpl.php</path>
<path>*.js.php</path>
<path>**/Views/*</path>
<path>bootstrap.php</path>
</ignore>
</api>
</version>
<template name="default" />
</phpdocumentor>