-
Notifications
You must be signed in to change notification settings - Fork 4
/
phpdoc.dist.xml
33 lines (32 loc) · 964 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
<?xml version="1.0" encoding="UTF-8"?>
<phpdocumentor>
<title>BWP reCAPTCHA API</title>
<url>http://betterwp.net/wordpress-plugins/bwp-recaptcha/</url>
<parser>
<target>./dist/cache/phpdocs</target>
<default-package-name>BWP reCAPTCHA</default-package-name>
<visibility>public,protected</visibility>
</parser>
<transformer>
<target>./dist/api/master</target>
<external-class-documentation>
<prefix>WP</prefix>
<uri>https://codex.wordpress.org/Class_Reference/{CLASS}</uri>
</external-class-documentation>
</transformer>
<transformations>
<template name="bwp-clean"/>
</transformations>
<files>
<directory>./includes</directory>
<directory>./vendor/kminh/bwp-framework/src</directory>
<ignore>includes/upgrades/</ignore>
<ignore>/index.php</ignore>
</files>
<partials>
<partial>
<name>readme</name>
<link>./README.md</link>
</partial>
</partials>
</phpdocumentor>