-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.xml
More file actions
34 lines (32 loc) · 1.07 KB
/
phpdoc.xml
File metadata and controls
34 lines (32 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" ?>
<!--
To build the API doc run 'phpdoc' on the command line
(see https://docs.phpdoc.org/guide/getting-started/installing.html)
-->
<phpdocumentor configVersion="3">
<paths>
<output>api</output>
<cache>_cache</cache>
</paths>
<version number="v2.0">
<api>
<source dsn=".piko-packages">
<path>asset-bundle/src</path>
<path>core/src</path>
<path>db-record/src</path>
<path>i18n/src</path>
<path>piko/src</path>
<path>router/src</path>
<path>user/src</path>
</source>
<ignore>
<path>piko/src/ModularApplication/*</path>
<path>piko/src/FastApplication/*</path>
<path>router/src/Router/Edge.php</path>
<path>router/src/Router/Node.php</path>
<path>router/src/Router/RadixTrie.php</path>
</ignore>
</api>
</version>
<template name="_phpdoc/templates/markdown" />
</phpdocumentor>