-
-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathphpdoc.dist.xml
34 lines (34 loc) · 1.2 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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor configVersion="3.0">
<title>pfSense-pkg-RESTAPI</title>
<setting name="template.color" value="blue"/>
<paths>
<output>.phpdoc/build</output>
<cache>.phpdoc/cache</cache>
</paths>
<version number="3.0">
<folder>latest</folder>
<api format="php">
<default-package-name>RESTAPI</default-package-name>
<source dsn=".">
<path>pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/</path>
</source>
<output>api</output>
<ignore hidden="true" symlinks="true">
<path>pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/</path>
</ignore>
<extensions>
<extension>php</extension>
<extension>inc</extension>
</extensions>
<visibility>public</visibility>
<visibility>protected</visibility>
<visibility>private</visibility>
<include-source>true</include-source>
<markers>
<marker>TODO</marker>
<marker>FIXME</marker>
</markers>
</api>
</version>
</phpdocumentor>