forked from Indicia-Team/client_helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
37 lines (37 loc) · 983 Bytes
/
Copy pathphpdoc.dist.xml
File metadata and controls
37 lines (37 loc) · 983 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
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor>
<title>Indicia Client Helpers API</title>
<parser>
<default-package-name>Client</default-package-name>
<target>c:\wamp\www\phpdoc</target>
<markers>
<item>TODO</item>
<item>FIXME</item>
</markers>
<extensions>
<extension>php</extension>
<extension>php3</extension>
<extension>phtml</extension>
</extensions>
<visibility></visibility>
</parser>
<files>
<ignore-hidden>on</ignore-hidden>
<ignore-symlinks>on</ignore-symlinks>
<file>helper_base.php</file>
<file>*helper.php</file>
</files>
<transformer>
<target>c:\wamp\www\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="responsive" />
</transformations>
</phpdocumentor>