-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.xml
More file actions
executable file
·38 lines (34 loc) · 1.23 KB
/
Copy pathphpdoc.xml
File metadata and controls
executable file
·38 lines (34 loc) · 1.23 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
<?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>Meilisearch Plugin</title>
<paths>
<output>docs/api</output>
<cache>.phpdoc/cache</cache>
</paths>
<version number="0.1.0">
<api>
<source dsn=".">
<path>includes</path>
<path>admin</path>
<path>public</path>
<path>meilisearch.php</path>
</source>
<ignore>
<path>vendor/**/*</path>
<path>tests/**/*</path>
<path>bin/**/*</path>
<path>tools/**/*</path>
</ignore>
<default-package-name>Meilisearch</default-package-name>
<include-source>true</include-source>
</api>
</version>
<setting name="graphs.enabled" value="false"/>
<setting name="linker.external.0" value="phpdoc.org"/>
<setting name="template.color" value="indigo"/>
</phpdocumentor>