-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpdoc.xml
32 lines (32 loc) · 799 Bytes
/
phpdoc.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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>Project</title>
<parser>
<target>docs</target>
<encoding>utf8</encoding>
<markers>
<item>TODO</item>
<item>FIXME</item>
<item>NOTE</item>
<item>REVIEW</item>
</markers>
<extensions>
<extension>php</extension>
</extensions>
<visibility>public</visibility>
</parser>
<transformer>
<target>docs</target>
</transformer>
<logging>
<level>warn</level>
</logging>
<transformations>
<template name="clean" />
</transformations>
<files>
<directory>src/src</directory>
<ignore>**/tests/*</ignore>
<ignore>**/vendor/*</ignore>
</files>
</phpdoc>