We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d05a79d + 07bac81 commit 2353f96Copy full SHA for 2353f96
phpdoc.dist.xml
@@ -0,0 +1,27 @@
1
+<?xml version="1.0" encoding="UTF-8" ?>
2
+<phpdocumentor
3
+ configVersion="3"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="https://www.phpdoc.org"
6
+ xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
7
+>
8
+
9
+ <title>PHPCSUtils</title>
10
11
+ <paths>
12
+ <output>docs/phpdoc/</output>
13
+ <cache>build/docs/structure/</cache>
14
+ </paths>
15
16
+ <version number="latest">
17
+ <api format="php">
18
+ <source dsn=".">
19
+ <path>phpcsutils-autoload.php</path>
20
+ <path>PHPCSUtils</path>
21
+ </source>
22
+ </api>
23
+ </version>
24
25
+ <template name="default"/>
26
27
+</phpdocumentor>
phpdoc.xml.dist
0 commit comments