Timothy J. Warren
f67e4c41e4
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
29 lines
798 B
XML
29 lines
798 B
XML
<?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>build/cache</cache>
|
|
</paths>
|
|
<version number="4.0.0">
|
|
<api>
|
|
<source dsn=".">
|
|
<path>src</path>
|
|
</source>
|
|
<markers>
|
|
<marker>TODO</marker>
|
|
<marker>FIXME</marker>
|
|
</markers>
|
|
<default-package-name>Banker</default-package-name>
|
|
<visibility>public</visibility>
|
|
<include-source>true</include-source>
|
|
</api>
|
|
</version>
|
|
<!-- <template name="clean" /> -->
|
|
<setting name="graphs.enabled" value="true"/>
|
|
<setting name="guides.enabled" value="true"/>
|
|
</phpdocumentor> |