3 changed files with 24 additions and 3 deletions
@ -0,0 +1,18 @@ |
|||||||
|
<?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="1.0.0"> |
||||||
|
<api> |
||||||
|
<source dsn="."> |
||||||
|
<path>src</path> |
||||||
|
</source> |
||||||
|
</api> |
||||||
|
</version> |
||||||
|
|
||||||
|
</phpdocumentor> |
||||||
Loading…
Reference in new issue