Improve phpDocumentor 3 config

This commit is contained in:
Daniel Rudolf 2020-04-11 23:12:22 +02:00
parent de5bd4399c
commit 9f596ac5b7
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -10,24 +10,19 @@
<cache>.build/phpdoc.cache</cache>
</paths>
<version number="3.0.0">
<folder>latest</folder>
<api>
<source dsn=".">
<path>.</path>
</source>
<output>private</output>
<ignore hidden="true" symlinks="true">
<path>.build/*</path>
<path>.github/*</path>
<path>config/*</path>
<path>plugins/**/*</path>
<path>themes/**/*</path>
<path>vendor/*</path>
<path>.build/**/*</path>
<path>vendor/**/*</path>
</ignore>
<extensions>
<extension>php</extension>
<extension>php.dist</extension>
</extensions>
<visibility>public</visibility>
<include-source>true</include-source>
<default-package-name>Pico</default-package-name>
</api>