forked from Automattic/vip-go-mu-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpdoc.dist.xml
34 lines (34 loc) · 921 Bytes
/
phpdoc.dist.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>WordPress.com VIP – VIP Go Function Documentation</title>
<parser>
<!-- This places the cache dirs in the root dir `/phpdoc/` for your site -->
<target>phpdoc/</target>
<encoding>utf8</encoding>
<markers>
<item>TODO</item>
<item>FIXME</item>
</markers>
<visibility></visibility>
</parser>
<transformer>
<!-- This places the docs in the root dir `/phpdoc/` for your site -->
<target>phpdoc/</target>
</transformer>
<logging>
<level>warn</level>
<paths>
<default>{APP_ROOT}/data/log/{DATE}.log</default>
<errors>{APP_ROOT}/data/log/{DATE}.errors.log</errors>
</paths>
</logging>
<transformations>
<template name="clean" />
</transformations>
<files>
<file>000-vip-init.php</file>
<file>lib/proxy/ip-forward.php</file>
<file>vip-cache-manager/api.php</file>
<directory>vip-helpers</directory>
</files>
</phpdoc>