| 1 |
<?xml version="1.0" encoding="UTF-8" ?> |
| 2 |
<phpdocumentor |
| 3 |
configVersion="3" |
| 4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 |
xmlns="http://www.phpdoc.org" |
| 6 |
xsi:noNamespaceSchemaLocation="data/xsd/phpdoc.xsd" |
| 7 |
> |
| 8 |
<paths> |
| 9 |
<output>build/phpdoc</output> |
| 10 |
</paths> |
| 11 |
<version number="3.0.0"> |
| 12 |
<folder>latest</folder> |
| 13 |
<api> |
| 14 |
<source dsn="."> |
| 15 |
<path>lib</path> |
| 16 |
</source> |
| 17 |
<output>api</output> |
| 18 |
<ignore hidden="true" symlinks="true"> |
| 19 |
<path>build/**/*</path> |
| 20 |
<path>examples/**/*</path> |
| 21 |
<path>tests/**/*</path> |
| 22 |
<path>vendor/**/*</path> |
| 23 |
</ignore> |
| 24 |
<extensions> |
| 25 |
<extension>php</extension> |
| 26 |
</extensions> |
| 27 |
<default-package-name>stripe-php</default-package-name> |
| 28 |
</api> |
| 29 |
</version> |
| 30 |
<template name="default"/> |
| 31 |
</phpdocumentor> |
| 32 |
|