-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.xml
More file actions
29 lines (29 loc) · 842 Bytes
/
phpdoc.xml
File metadata and controls
29 lines (29 loc) · 842 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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>Map Platform Documentation</title>
<parser>
<target>docs</target>
<markers>
<item>TODO</item>
<item>FIXME</item>
<item>HACK</item>
<item>INFO</item>
</markers>
<extensions>
<extension>php</extension>
<extension>php3</extension>
<extension>phtml</extension>
</extensions>
</parser>
<transformer>
<target>docs</target>
</transformer>
<transformations>
<template name="zend" />
</transformations>
<files>
<directory>./src</directory> <!-- Scan and parse all the php files except those found in the paths below -->
<ignore>settings.php</ignore>
<ignore>classes/</ignore>
</files>
</phpdoc>