-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
31 lines (30 loc) · 1.16 KB
/
phpdoc.dist.xml
File metadata and controls
31 lines (30 loc) · 1.16 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
<?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</output>
<cache>cache</cache>
</paths>
<version number="latest">
<api>
<source dsn=".">
<path>src</path>
<path>vendor/owncloud/libre-graph-api-php/src/Model/Quota.php</path>
<path>vendor/owncloud/libre-graph-api-php/src/Model/SharingLinkType.php</path>
</source>
<visibility>public</visibility>
<include-source>true</include-source>
<default-package-name>OcisPhpSdk</default-package-name>
<ignore-tags>
<ignore-tag>phpstan-import-type</ignore-tag>
<ignore-tag>phpstan-var</ignore-tag>
<ignore-tag>phpstan-param</ignore-tag>
<ignore-tag>phpstan-type</ignore-tag>
</ignore-tags>
</api>
</version>
</phpdocumentor>