forked from LibreBooking/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpdoc.dist.xml
43 lines (42 loc) · 1.42 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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- doc: https://docs.phpdoc.org/latest/guide/references/configuration.html -->
<!-- annotations: https://manual.phpdoc.org/HTMLframesConverter/default/ -->
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
>
<paths>
<output>.phpdoc</output>
<cache>var/cache/phpdoc</cache>
</paths>
<version number="latest">
<folder>doc</folder>
<api format="php">
<output>code</output>
<source dsn=".">
<path>config/*</path>
<path>Controls/*</path>
<path>Domain/*</path>
<path>Jobs/*</path>
<path>lib/*</path>
<path>Pages/*</path>
<path>plugins/*</path>
<path>Presenters/*</path>
<path>Web/*</path>
<path>WebServices/*</path>
</source>
<ignore hidden="true" symlinks="true">
<path>lib/external/**/*</path>
<path>vendor/**/*</path>
</ignore>
</api>
<!-- <guide format="rst">
<output>api</output>
<source dsn="./">
<path>WebServices/*</path>
</source>
</guide> -->
</version>
</phpdocumentor>