forked from poweradmin/poweradmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpdoc.dist.xml
39 lines (39 loc) · 1.02 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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>PowerAdmin</title>
<parser>
<target>docs</target>
<markers>
<item>TODO</item>
<item>FIXME</item>
</markers>
<extensions>
<extension>php</extension>
</extensions>
<visibility></visibility>
</parser>
<transformer>
<target>docs</target>
</transformer>
<logging>
<level>warn</level>
<!--
<paths>
<default>logs/phpdoc/{DATE}.log</default>
<errors>logs/phpdoc/{DATE}.error.log</errors>
</paths>
-->
</logging>
<transformations>
<template name="responsive" />
</transformations>
<files>
<directory>.</directory>
<ignore>addons/*</ignore>
<ignore>install/*</ignore>
<ignore>logs/*</ignore>
<ignore>tests/*</ignore>
<ignore>inc/config.inc.php</ignore>
<ignore>inc/error.inc.php</ignore>
</files>
</phpdoc>