-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpdoc.xml
42 lines (42 loc) · 1.61 KB
/
phpdoc.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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor configVersion="3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpdoc.org">
<paths>
<output>docs/.build</output>
<cache>docs/.cache</cache>
</paths>
<version number="2.0.0">
<api>
<source dsn=".">
<path>src</path>
</source>
<output>api</output>
<ignore hidden="true">
<path>src/Client/Client.php</path>
<path>src/Serializer/**/*</path>
<path>src/Helper.php</path>
<path>src/Response/Paginated/PaginatedResponse.php</path>
<path>src/Response/Paginated/ResponseData.php</path>
<path>src/ExtendableImpl.php</path>
<path>src/Response/Async/AsyncModel.php</path>
<path>src/Response/Async/Model/**/*</path>
</ignore>
<default-package-name>PHP Sigfox Client</default-package-name>
<ignore-tags>
<ignore-tag>psalm-return</ignore-tag>
<ignore-tag>psalm-type</ignore-tag>
<ignore-tag>psalm-param</ignore-tag>
<ignore-tag>psalm-var</ignore-tag>
<ignore-tag>psalm-var</ignore-tag>
<ignore-tag>template</ignore-tag>
</ignore-tags>
</api>
<guide>
<source dsn=".">
<path>docs</path>
</source>
<output>guide</output>
</guide>
</version>
<template name="default"/>
<title>PHP Sigfox Client</title>
</phpdocumentor>