24 lines
580 B
XML
24 lines
580 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>apiDocumentation</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>
|
|
</api>
|
|
</version>
|
|
<template name="clean"/>
|
|
</phpdocumentor> |