-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathphpdoc.xml
More file actions
32 lines (32 loc) · 1.08 KB
/
phpdoc.xml
File metadata and controls
32 lines (32 loc) · 1.08 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
32
<?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://docs.phpdoc.org/latest/phpdoc.xsd"
>
<title>Stellar PHP SDK API Documentation</title>
<paths>
<output>docs/api</output>
<cache>.phpdoc/cache</cache>
</paths>
<version number="latest">
<api>
<source dsn=".">
<path>Soneso/StellarSDK</path>
</source>
<ignore>
<path>Soneso/StellarSDKTests/**/*</path>
<path>vendor/**/*</path>
<path>examples/**/*</path>
<path>compatibility/**/*</path>
<path>reviews/**/*</path>
</ignore>
<visibility>public</visibility>
<visibility>protected</visibility>
<default-package-name>Soneso\StellarSDK</default-package-name>
</api>
</version>
<template name="default"/>
<setting name="graphs.enabled" value="false"/>
</phpdocumentor>