<?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/api</output>
        <cache>docs/cache</cache>
    </paths>

    <version number="2.0.0">
        <api>
            <source dsn=".">
                <path>php-api/src/Apis</path>
                <path>php-api/src/Services</path>
                <path>php-api/src/Utils</path>
            </source>
        </api>

    </version>

</phpdocumentor>