-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
24 lines (24 loc) · 884 Bytes
/
phpdoc.dist.xml
File metadata and controls
24 lines (24 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor xmlns="https://www.phpdoc.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.phpdoc.org https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
configVersion="3"
>
<title>CycloneDX Library</title>
<paths>
<output>docs/api/phpdoc</output>
<cache>.phpdoc.cache</cache>
</paths>
<version number="dev">
<api>
<source>
<path>src</path>
</source>
<default-package-name>CycloneDX Library</default-package-name>
<ignore-tags>
<ignore-tag>SuppressWarnings</ignore-tag>
<ignore-tag>psalm-suppress</ignore-tag>
</ignore-tags>
</api>
</version>
</phpdocumentor>