-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathphpdoc.dist.xml
63 lines (62 loc) · 1.7 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor configVersion="3.0">
<title>Atk14 documentation</title>
<paths>
<output>../tmp/documentation</output>
<!--Optional:-->
<cache>../tmp/doc-cache</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>**/load.php</path>
<path>test/**/*</path>
<path>src/**/test/**/*</path>
<path>src/smarty</path>
<path>src/smarty3</path>
<path>src/smarty4</path>
<path>src/scripts</path>
</ignore>
<!--Optional:-->
<extensions>
<!--1 or more repetitions:-->
<extension>php</extension>
</extensions>
<!--Optional:-->
<visibility>private</visibility>
<!--Optional:-->
<default-package-name>Atk14</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"/>
</phpdocumentor>