parent
1b1fa73fd9
commit
de5bd4399c
@ -1,33 +1,36 @@ |
||||
<?xml version="1.0" encoding="UTF-8" ?> |
||||
<phpdocumentor> |
||||
<title><![CDATA[Pico API Documentation]]></title> |
||||
<parser> |
||||
<target>.build/phpdoc.cache</target> |
||||
</parser> |
||||
<transformer> |
||||
<target>.build/phpdoc</target> |
||||
</transformer> |
||||
<transformations> |
||||
<template name="clean"/> |
||||
</transformations> |
||||
<files> |
||||
<directory>.</directory> |
||||
<file>index.php</file> |
||||
<file>index.php.dist</file> |
||||
|
||||
<!-- exclude .build and .github directories --> |
||||
<ignore>.build/*</ignore> |
||||
<ignore>.github/*</ignore> |
||||
|
||||
<!-- exclude user config --> |
||||
<ignore>config/*</ignore> |
||||
<file>config/config.yml.template</file> |
||||
|
||||
<!-- exclude all plugins --> |
||||
<ignore>plugins/*</ignore> |
||||
<file>plugins/DummyPlugin.php</file> |
||||
|
||||
<!-- exclude vendor dir --> |
||||
<ignore>vendor/*</ignore> |
||||
</files> |
||||
<phpdocumentor |
||||
configVersion="3" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xmlns="http://www.phpdoc.org" |
||||
xsi:noNamespaceSchemaLocation="data/xsd/phpdoc.xsd" |
||||
> |
||||
<paths> |
||||
<output>.build/phpdoc</output> |
||||
<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> |
||||
</ignore> |
||||
<extensions> |
||||
<extension>php</extension> |
||||
<extension>php.dist</extension> |
||||
</extensions> |
||||
<include-source>true</include-source> |
||||
<default-package-name>Pico</default-package-name> |
||||
</api> |
||||
</version> |
||||
<template name="default"/> |
||||
</phpdocumentor> |
||||
|
Loading…
Reference in new issue