-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpdoc.xml
50 lines (50 loc) · 1.34 KB
/
phpdoc.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
43
44
45
46
47
48
49
50
<?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"
>
<paths>
<output>docs/api</output>
</paths>
<!--Zero or more repetitions:-->
<version number="3.0">
<!--Optional:-->
<folder>latest</folder>
<!--Zero or more repetitions:-->
<api format="php">
<source dsn=".">
<!--1 or more repetitions:-->
<path>src</path>
</source>
<!--Optional:-->
<output>docs/api</output>
<!--Optional:-->
<ignore hidden="true" symlinks="true">
<!--1 or more repetitions:-->
<path>tests/**</path>
<path>Tests/**</path>
<path>vendor/**</path>
</ignore>
<!--Optional:-->
<extensions>
<!--1 or more repetitions:-->
<extension>php</extension>
</extensions>
<!--Optional:-->
<visibility>public</visibility>
<!--Optional:-->
<include-source>true</include-source>
<!--Optional:-->
<markers>
<!--1 or more repetitions:-->
<marker>TODO</marker>
<marker>FIXME</marker>
<marker>NOTE</marker>
<marker>REVIEW</marker>
</markers>
</api>
</version>
<!--Zero or more repetitions:-->
<setting name="template.color" value="cyan"/>
</phpdocumentor>