Skip to content

Commit 035dd1c

Browse files
committed
🚿
1 parent 58cccd2 commit 035dd1c

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

phpdoc.xml

+24-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<phpdoc>
3-
<parser>
4-
<target>docs</target>
5-
<encoding>utf8</encoding>
6-
<markers>
7-
<item>TODO</item>
8-
</markers>
9-
</parser>
10-
<transformer>
11-
<target>docs</target>
12-
</transformer>
13-
<files>
14-
<directory>src</directory>
15-
<directory>tests</directory>
16-
</files>
17-
<transformations>
18-
<template name="responsive-twig"/>
19-
</transformations>
20-
</phpdoc>
2+
<phpdocumentor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://www.phpdoc.org"
4+
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
5+
configVersion="3"
6+
>
7+
<!-- https://docs.phpdoc.org/3.0/guide/references/configuration.html#configuration -->
8+
<paths>
9+
<output>.build/phpdocs</output>
10+
<cache>.build/phpdocs-cache</cache>
11+
</paths>
12+
<version number="3.0.0">
13+
<api>
14+
<source dsn=".">
15+
<path>src</path>
16+
<path>tests</path>
17+
</source>
18+
<extensions>
19+
<extension>php</extension>
20+
</extensions>
21+
</api>
22+
</version>
23+
<setting name="template.color" value="deep-purple"/>
24+
<template name="default" />
25+
</phpdocumentor>

0 commit comments

Comments
 (0)