23 lines
775 B
XML
23 lines
775 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpdocumentor
|
|
configVersion="3"
|
|
title="PDODocument"
|
|
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>_site/api</output>
|
|
<cache>.phpdoc/cache</cache>
|
|
</paths>
|
|
<version number="2.0.0">
|
|
<api>
|
|
<source dsn=".">
|
|
<path>src</path>
|
|
</source>
|
|
<visibility>public</visibility>
|
|
<default-package-name>PDODocument</default-package-name>
|
|
</api>
|
|
</version>
|
|
<setting name="template.color" value="blue" />
|
|
</phpdocumentor>
|