Pico/.phpdoc.xml

34 lines
913 B
XML
Raw Permalink Normal View History

2015-11-29 21:55:25 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor>
2016-04-24 19:13:47 +00:00
<title><![CDATA[Pico API Documentation]]></title>
2015-11-29 23:52:19 +00:00
<parser>
2018-01-21 22:06:38 +00:00
<target>.build/phpdoc.cache</target>
2015-11-29 23:52:19 +00:00
</parser>
<transformer>
2018-01-21 22:06:38 +00:00
<target>.build/phpdoc</target>
2015-11-29 23:52:19 +00:00
</transformer>
<transformations>
<template name="clean"/>
</transformations>
2015-11-29 21:55:25 +00:00
<files>
2015-11-29 23:52:19 +00:00
<directory>.</directory>
<file>index.php</file>
<file>index.php.dist</file>
2018-01-21 22:06:38 +00:00
<!-- exclude .build and .github directories -->
<ignore>.build/*</ignore>
<ignore>.github/*</ignore>
2015-11-29 23:52:19 +00:00
<!-- exclude user config -->
2015-11-29 21:55:25 +00:00
<ignore>config/*</ignore>
2017-02-05 23:01:25 +00:00
<file>config/config.yml.template</file>
2015-11-29 23:52:19 +00:00
<!-- exclude all plugins -->
2015-11-29 21:55:25 +00:00
<ignore>plugins/*</ignore>
2015-11-29 23:52:19 +00:00
<file>plugins/DummyPlugin.php</file>
<!-- exclude vendor dir -->
2015-11-29 21:55:25 +00:00
<ignore>vendor/*</ignore>
</files>
</phpdocumentor>