-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.xml
More file actions
45 lines (45 loc) · 1.55 KB
/
phpdoc.xml
File metadata and controls
45 lines (45 loc) · 1.55 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
<?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://docs.phpdoc.org/latest/phpdoc.xsd"
>
<title>JPKCom Post Filter</title>
<paths>
<output>docs</output>
</paths>
<version number="1.0.0">
<folder>docs</folder>
<api>
<source dsn=".">
<path>jpkcom-post-filter.php</path>
<path>includes</path>
</source>
<output>docs</output>
<ignore hidden="true" symlinks="true">
<path>vendor/*</path>
<path>node_modules/*</path>
<path>blocks/*</path>
<path>templates/*</path>
<path>debug-templates/*</path>
<path>languages/*</path>
<path>assets/*</path>
<path>.git/*</path>
<path>.github/*</path>
<path>.claude/*</path>
<path>.ht.jpkcom-post-filter-settings/*</path>
<path>*.py</path>
<path>*.md</path>
<path>*.xml</path>
<path>*.mo</path>
<path>*.po</path>
<path>*.pot</path>
</ignore>
<default-package-name>JPKComPostFilter</default-package-name>
</api>
</version>
<template name="default"/>
<setting name="graphs.enabled" value="true"/>
<setting name="graphs.format" value="svg"/>
</phpdocumentor>