forked from smsglobal/rest-api-client-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.xml
More file actions
25 lines (25 loc) · 645 Bytes
/
phpdoc.xml
File metadata and controls
25 lines (25 loc) · 645 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>SMSGlobal REST API Client</title>
<parser>
<target>docs</target>
</parser>
<transformer>
<target>docs</target>
</transformer>
<transformations>
<template name="responsive" />
</transformations>
<files>
<directory>.</directory>
<ignore>tests/*</ignore>
<ignore>vendor/*</ignore>
<ignore>Smsglobal/RestApiClient/Resource/Proxy/*</ignore>
</files>
<logging>
<paths>
<default>/dev/null</default>
<errors>/dev/null</errors>
</paths>
</logging>
</phpdoc>