blob: bbddd3db705315053860d1654201384244b9c4b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?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"
>
<paths>
<output>docs/api</output>
<cache>docs/cache</cache>
</paths>
<version number="latest">
<api>
<source dsn=".">
</source>
<ignore>
<path>scripts</path>
<path>tests</path>
<path>vendor/**/*</path>
<path>xsl</path>
</ignore>
</api>
</version>
</phpdocumentor>
|