-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.phpdoc.xml.dist
36 lines (31 loc) · 1.07 KB
/
.phpdoc.xml.dist
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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
>
<title>PHPCSUtils</title>
<paths>
<output>docs/phpdoc/</output>
<cache>build/docs/structure/</cache>
</paths>
<version number="latest">
<api format="php">
<source dsn=".">
<path>phpcsutils-autoload.php</path>
<path>PHPCSUtils</path>
</source>
<ignore hidden="true" symlinks="true">
<path>PHPCSUtils/Internal/**/*</path>
</ignore>
<visibility>public</visibility>
<visibility>protected</visibility>
<ignore-tags>
<ignore-tag>codeCoverageIgnore</ignore-tag>
<ignore-tag>phpcs</ignore-tag>
</ignore-tags>
</api>
</version>
<template name="default"/>
</phpdocumentor>