forked from PGSSoft/HashId
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
57 lines (47 loc) · 1.56 KB
/
phpdoc.dist.xml
File metadata and controls
57 lines (47 loc) · 1.56 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8" ?>
<!--
phpDocumentor Configuration for HashId Bundle
This configuration file defines how API documentation should be generated
for the HashId Bundle v4.x modernization project.
-->
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
>
<paths>
<output>build/api-docs</output>
<cache>build/.phpdoc-cache</cache>
</paths>
<version number="4.0.0">
<api>
<source dsn=".">
<path>src</path>
</source>
<ignore hidden="true" symlinks="true">
<path>tests/**/*</path>
<path>vendor/**/*</path>
<path>build/**/*</path>
</ignore>
<visibility>public</visibility>
<visibility>protected</visibility>
<extensions>
<extension>php</extension>
</extensions>
<encoding>utf-8</encoding>
<include-source>false</include-source>
</api>
</version>
<template name="default">
<parameter name="template.color.primary" value="#2E7D32"/>
<parameter name="template.color.accent" value="#4CAF50"/>
</template>
<transformations>
<template name="clean"/>
</transformations>
<settings>
<setting name="graphs.enabled" value="true"/>
<setting name="guides.enabled" value="true"/>
</settings>
</phpdocumentor>