forked from vube/monolog-splunk-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpdoc.xml
38 lines (38 loc) · 1.05 KB
/
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
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title><![CDATA[vube/monolog-splunk-formatter]]></title>
<parser>
<target>build/phpdoc</target>
<markers>
<item>TODO</item>
<item>FIXME</item>
<item>NOTE</item>
</markers>
</parser>
<transformer>
<target>build/phpdoc</target>
</transformer>
<transformations>
<template name="responsive" />
</transformations>
<files>
<directory>src</directory>
</files>
<plugins>
<plugin path="Core">
<option name="required">
<tag name="return">
<element>phpDocumentor\Reflection\Class\MethodReflector</element>
<element>phpDocumentor\Reflection\FunctionReflector</element>
</tag>
</option>
</plugin>
</plugins>
<logging>
<level>warn</level>
<paths>
<default>build/default.log</default>
<errors>build/errors.log</errors>
</paths>
</logging>
</phpdoc>