-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpdoc3.xml.dist
More file actions
40 lines (40 loc) · 1.06 KB
/
phpdoc3.xml.dist
File metadata and controls
40 lines (40 loc) · 1.06 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
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor xmlns="http://www.phpdoc.org" version="3">
<!--<title>Korowai Framework</title>-->
<paths>
<output>docs/build/html/api</output>
<cache>docs/build/cache/api</cache>
</paths>
<version number="0.1">
<api format="php">
<source dsn="file://.">
<path>src</path>
</source>
<ignore>
<path>*/Tests/*</path>
<path>*/Behat/*</path>
</ignore>
<visibility>public</visibility>
<visibility>private</visibility>
<visibility>protected</visibility>
<default-package-name>korowai/framework</default-package-name>
</api>
</version>
<template name="clean"/>
<!--
<title>Korowai Framework</title>
<parser>
<target>docs/build/html/api</target>
</parser>
<transformer>
<target>docs/build/html/api</target>
</transformer>
<transformations>
<template name="abstract" />
</transformations>
<files>
<directory>src</directory>
<ignore>*/Tests/*</ignore>
<ignore>*/Behat/*</ignore>
</files>-->
</phpdocumentor>