summaryrefslogtreecommitdiff
path: root/phpdoc.xml
blob: 41b3baa3d4ffedc3e9f065bb439411dd9a08a336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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"
>
  <version number="latest">
    <api>
      <source dsn=".">
        <path>src</path>
      </source>
      <include-source>true</include-source>
    </api>
  </version>
</phpdocumentor>