-
Notifications
You must be signed in to change notification settings - Fork 12
/
phpdoc.dist.xml
42 lines (42 loc) · 1.51 KB
/
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
33
34
35
36
37
38
39
40
41
42
<?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://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
>
<setting name="template.color" value="blue"/>
<paths>
<output>docs</output>
<cache>.phpdoc</cache>
</paths>
<versions>
<version number="latest">
<api>
<source dsn=".">
<path>src/*.php</path>
<path>src/Events</path>
<path>src/Exceptions</path>
<path>src/Handlers</path>
<path>src/Utils</path>
</source>
<ignore hidden="true" symlinks="true">
<path>tests</path>
<path>vendor</path>
<path>src/config</path>
<path>src/Install.*</path>
</ignore>
<extensions>
<extension>php</extension>
</extensions>
<visibility>public</visibility>
<default-package-name>WebmanCoroutine</default-package-name>
<include-source>true</include-source>
<markers>
<marker>TODO</marker>
<marker>FIXME</marker>
</markers>
</api>
</version>
</versions>
</phpdocumentor>