-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpdoc.xml
More file actions
60 lines (60 loc) · 1.65 KB
/
phpdoc.xml
File metadata and controls
60 lines (60 loc) · 1.65 KB
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
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor configVersion="3.0">
<paths>
<output>docs/api</output>
<!--Optional:-->
<cache>string</cache>
</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>api</output>
<!--Optional:-->
<ignore hidden="true" symlinks="true">
<!--1 or more repetitions:-->
<path>tests/**/*</path>
</ignore>
<!--Optional:-->
<extensions>
<!--1 or more repetitions:-->
<extension>php</extension>
</extensions>
<!--Optional:-->
<visibility>private</visibility>
<!--Optional:-->
<default-package-name>Np (Numphp)</default-package-name>
<!--Optional:-->
<include-source>true</include-source>
<!--Optional:-->
<markers>
<!--1 or more repetitions:-->
<marker>TODO</marker>
<marker>FIXME</marker>
</markers>
</api>
<!--Zero or more repetitions:-->
<guide format="rst">
<source dsn=".">
<!--1 or more repetitions:-->
<path>support/docs</path>
</source>
<!--Optional:-->
<output>docs</output>
</guide>
</version>
<!--Zero or more repetitions:-->
<setting name="string" value="string"/>
<!--Zero or more repetitions:-->
<template name="string" location="string">
<!--Zero or more repetitions:-->
<parameter name="string" value="string"/>
</template>
</phpdocumentor>