Improve phpDocumentor 3 config
This commit is contained in:
parent
de5bd4399c
commit
9f596ac5b7
11
.phpdoc.xml
11
.phpdoc.xml
@ -10,24 +10,19 @@
|
|||||||
<cache>.build/phpdoc.cache</cache>
|
<cache>.build/phpdoc.cache</cache>
|
||||||
</paths>
|
</paths>
|
||||||
<version number="3.0.0">
|
<version number="3.0.0">
|
||||||
<folder>latest</folder>
|
|
||||||
<api>
|
<api>
|
||||||
<source dsn=".">
|
<source dsn=".">
|
||||||
<path>.</path>
|
<path>.</path>
|
||||||
</source>
|
</source>
|
||||||
<output>private</output>
|
|
||||||
<ignore hidden="true" symlinks="true">
|
<ignore hidden="true" symlinks="true">
|
||||||
<path>.build/*</path>
|
<path>.build/**/*</path>
|
||||||
<path>.github/*</path>
|
<path>vendor/**/*</path>
|
||||||
<path>config/*</path>
|
|
||||||
<path>plugins/**/*</path>
|
|
||||||
<path>themes/**/*</path>
|
|
||||||
<path>vendor/*</path>
|
|
||||||
</ignore>
|
</ignore>
|
||||||
<extensions>
|
<extensions>
|
||||||
<extension>php</extension>
|
<extension>php</extension>
|
||||||
<extension>php.dist</extension>
|
<extension>php.dist</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
<visibility>public</visibility>
|
||||||
<include-source>true</include-source>
|
<include-source>true</include-source>
|
||||||
<default-package-name>Pico</default-package-name>
|
<default-package-name>Pico</default-package-name>
|
||||||
</api>
|
</api>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user