chore: reflect new dir structure
This commit is contained in:
parent
f6df8e41cd
commit
695e1331cc
5 changed files with 6 additions and 18 deletions
|
@ -11,17 +11,13 @@
|
|||
<version number="3.0">
|
||||
<api format="php">
|
||||
<source dsn=".">
|
||||
<path>class</path>
|
||||
<path>src</path>
|
||||
</source>
|
||||
<output>docs</output>
|
||||
<ignore hidden="true" symlinks="true">
|
||||
<path>vendor/*</path>
|
||||
<path>node-modules/*</path>
|
||||
</ignore>
|
||||
<extensions>
|
||||
<extension>php</extension>
|
||||
</extensions>
|
||||
<default-package-name>Footnotes</default-package-name>
|
||||
<default-package-name>footnotes</default-package-name>
|
||||
<include-source>true</include-source>
|
||||
</api>
|
||||
</version>
|
||||
|
|
Reference in a new issue