Improve phpDocumentor 3 config
This commit is contained in:
parent
de5bd4399c
commit
9f596ac5b7
1 changed files with 3 additions and 8 deletions
11
.phpdoc.xml
11
.phpdoc.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue