30 lines
899 B
XML
30 lines
899 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpdocumentor
|
|
configVersion="3"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://www.phpdoc.org"
|
|
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
|
|
>
|
|
<title>Leantime Code Reference</title>
|
|
<!-- Build Paths -->
|
|
<paths>
|
|
<output>builddocs/technical</output>
|
|
</paths>
|
|
<version number="1.0.0">
|
|
<api format="php">
|
|
<source dsn=".">
|
|
<path>app</path>
|
|
<path>config</path>
|
|
<path>public</path>
|
|
</source>
|
|
<ignore>
|
|
<path>app/Plugins</path>
|
|
<path>app/Views</path>
|
|
<path>app/Domain/**/Templates</path>
|
|
</ignore>
|
|
</api>
|
|
</version>
|
|
<!-- Templates & Theming -->
|
|
<template name=".phpdoc/template/md"/>
|
|
</phpdocumentor>
|