<?xml version="1.0" encoding="UTF-8" ?>
<!-- doc: https://docs.phpdoc.org/latest/guide/references/configuration.html -->
<!-- annotations: https://manual.phpdoc.org/HTMLframesConverter/default/ -->
<phpdocumentor
    configVersion="3"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="https://www.phpdoc.org"
    xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
>
    <paths>
        <output>.phpdoc</output>
        <cache>var/cache/phpdoc</cache>
    </paths>

    <version number="latest">
        <folder>doc</folder>
        <api format="php">
            <output>code</output>
            <source dsn=".">
                <path>config/*</path>
                <path>Controls/*</path>
                <path>Domain/*</path>
                <path>Jobs/*</path>
                <path>lib/*</path>
                <path>Pages/*</path>
                <path>plugins/*</path>
                <path>Presenters/*</path>
                <path>Web/*</path>
                <path>WebServices/*</path>
            </source>
            <ignore hidden="true" symlinks="true">
                <path>lib/external/**/*</path>
                <path>vendor/**/*</path>
            </ignore>
        </api>
       <!-- <guide format="rst">
            <output>api</output>
            <source dsn="./">
                <path>WebServices/*</path>
            </source>
        </guide> -->
    </version>
</phpdocumentor>
