forked from phpDocumentor/phpDocumentor
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
Latest commit
20 lines (20 loc) · 491 Bytes
/
Copy pathphpdoc.dist.xml
File metadata and controls
20 lines (20 loc) · 491 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor>
<parser>
<default-package-name>phpDocumentor</default-package-name>
<target>data/output</target>
</parser>
<transformer>
<target>data/output</target>
</transformer>
<files>
<directory>.</directory>
<ignore>tests/*</ignore>
<ignore>vendor/*</ignore>
</files>
<plugins>
<pluginpath="Core">
<optionname="a">value</option>
</plugin>
</plugins>
</phpdocumentor>