forked from redkite-labs/RedKiteCms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpdoc.dist.xml
executable file
·37 lines (37 loc) · 988 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>RedKite CMS Bundle</title>
<parser>
<target>output</target>
<markers>
<item>TODO</item>
<item>FIXME</item>
</markers>
<extensions>
<extension>php</extension>
</extensions>
<visibility></visibility>
</parser>
<transformer>
<target>output</target>
</transformer>
<logging>
<level>warn</level>
<paths>
<default>{APP_ROOT}/data/log/{DATE}.log</default>
</paths>
</logging>
<transformations>
<template name="responsive" />
</transformations>
<files>
<ignore>Acme/*</ignore>
<ignore>Resources/*</ignore>
<ignore>Tests/*</ignore>
<ignore>Core/vendor/*</ignore>
<ignore>Core/Exception/*</ignore>
<ignore>Command/Update/*</ignore>
<ignore>Model/*</ignore>
<ignore>bin/*</ignore>
</files>
</phpdoc>