4dd3345685
* update readme.txt * Test * Test * docs: update documentation * docs: add package tag * docs: add PHPDoc config, alter Composer script Co-authored-by: Rumperuu <me+footnotes@bengoldsworthy.net>
29 lines
876 B
XML
29 lines
876 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpdocumentor
|
|
configVersion="3.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://www.phpdoc.org"
|
|
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
|
|
>
|
|
<paths>
|
|
<output>docs</output>
|
|
</paths>
|
|
<version number="3.0">
|
|
<api format="php">
|
|
<source dsn=".">
|
|
<path>class</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>
|
|
<include-source>true</include-source>
|
|
</api>
|
|
</version>
|
|
</phpdocumentor>
|
|
|