-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
30 lines (27 loc) · 966 Bytes
/
Copy pathphpdoc.dist.xml
File metadata and controls
30 lines (27 loc) · 966 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<phpdocumentor
configVersion="3"
xmlns="https://www.phpdoc.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://www.phpdoc.org/xsd/phpdoc.xsd">
<title>AXIAM PHP SDK</title>
<paths>
<output>.phpdoc/build</output>
</paths>
<version number="3.0.0">
<api>
<source dsn=".">
<path>src</path>
</source>
<!-- Grpc/Gen is protoc output: hundreds of generated accessors with no
hand-written docblocks. Publishing them would bury the SDK's real
surface, and they are already excluded from phpstan for the same
reason. The gRPC API users actually call is Grpc/AxiamGrpcAuthzClient,
which is documented and stays in scope. -->
<ignore hidden="true">
<path>src/Grpc/Gen/**/*</path>
</ignore>
<visibility>public</visibility>
</api>
</version>
</phpdocumentor>