mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 12:34:39 +02:00
Replace build.xml with mods/phpdoc-config.xml
This commit is contained in:
parent
dd63c243ab
commit
6f83a70c47
3 changed files with 26 additions and 77 deletions
24
mods/phpdoc-config.xml
Normal file
24
mods/phpdoc-config.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<phpdocumentor xmlns="https://www.phpdoc.org" configVersion="3.0">
|
||||
<paths>
|
||||
<output>../doc/api</output>
|
||||
<cache>../doc/cache</cache>
|
||||
</paths>
|
||||
<version number="3.0">
|
||||
<api>
|
||||
<source dsn="../">
|
||||
<path>src</path>
|
||||
<path>mod</path>
|
||||
<path>include</path>
|
||||
<path>static</path>
|
||||
<path>bin</path>
|
||||
<path>view</path>
|
||||
</source>
|
||||
<ignore>
|
||||
<path>vendor/**/*</path>
|
||||
<path>asset/**/*</path>
|
||||
<path>bin/dev/**/*</path>
|
||||
</ignore>
|
||||
</api>
|
||||
</version>
|
||||
</phpdocumentor>
|
Loading…
Add table
Add a link
Reference in a new issue