-
Notifications
You must be signed in to change notification settings - Fork 72
/
phpdoc.dist.xml
45 lines (45 loc) · 1.55 KB
/
phpdoc.dist.xml
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
35
36
37
38
39
40
41
42
43
44
45
<?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>Admin Page Framework Documentation</title>
<paths>
<output>documentation/api</output>
<cache>documentation/cache</cache>
</paths>
<version number="3.8.29">
<folder>3.8.29</folder>
<api format="php">
<source dsn=".">
<path>./development</path>
</source>
<ignore hidden="true" symlinks="true">
<!--1 or more repetitions:-->
<path>tests/**/*</path>
<path>development/cli</path>
</ignore>
<extensions>
<!--1 or more repetitions:-->
<extension>php</extension>
</extensions>
<!--Optional:-->
<visibility>public</visibility>
<ignore-tags ignore-tags="extends" />
<!--Optional:-->
<default-package-name>Test</default-package-name>
<!--Optional:-->
<include-source>true</include-source>
<!--Optional:-->
<markers>
<!--1 or more repetitions:-->
<marker>@todo</marker>
<marker>TODO</marker>
<marker>FIXME</marker>
</markers>
</api>
</version>
<template name="default"/>
</phpdocumentor>