Skip to content

Commit 32625a7

Browse files
committed
✨ phpdoc
1 parent 1fbc0c4 commit 32625a7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

phpdoc.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?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>

0 commit comments

Comments
 (0)