-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.xml
More file actions
27 lines (27 loc) · 1.18 KB
/
Copy pathphpdoc.xml
File metadata and controls
27 lines (27 loc) · 1.18 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
<?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"
>
<paths>
<output>devdocs</output>
<cache>devdocs/cache</cache>
</paths>
<version number="3.0.0">
<api>
<source>
<path>apps/Core/**/*</path>
<path>system/**/*</path>
</source>
<ignore>
<path>apps/Core/Views/Html_compiled/**/*</path>
<path>system/Base/Providers/ErrorServiceProvider/View/Html_compiled/**/*</path>
<path>system/Base/Providers/BasepackagesServiceProvider/Packages/DataExtractors/vendor/Simplehtmldom.php</path>
<path>system/Base/Providers/BasepackagesServiceProvider/Packages/ApiClientServices/Apis/Repos/Github/**/*</path>
<path>system/Base/Providers/BasepackagesServiceProvider/Packages/ApiClientServices/Apis/Repos/Gitea/**/*</path>
</ignore>
</api>
</version>
</phpdocumentor>