-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpdoc.xml
More file actions
39 lines (35 loc) · 988 Bytes
/
phpdoc.xml
File metadata and controls
39 lines (35 loc) · 988 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<phpdocumentor configVersion="3.0">
<title>Sloth Framework Documentation</title>
<version>
<number>1.1.0</number>
</version>
<source>
<directory>src</directory>
<exclude>
<directory>src/_view</directory>
<directory>src/Assets</directory>
<file>src/functions.php</file>
</exclude>
</source>
<output>
<directory>build/api</directory>
<format>html</format>
<filename>index</filename>
</output>
<include-source>
<![CDATA[
true
]]>
</include-source>
<extensions>
<extension>
<name>phpDocumentor</name>
<path>vendor/phpdocumentor/phpdocumentor</path>
</extension>
</extensions>
<guide-lines>
<line number="1">Sloth Framework</line>
<line number="2">A modern WordPress theme framework</line>
</guide-lines>
</phpdocumentor>