forked from cross-solution/YAWIK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.xml
More file actions
24 lines (24 loc) · 724 Bytes
/
phpdoc.xml
File metadata and controls
24 lines (24 loc) · 724 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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<title>YAWIK - Applicant Tracking System</title>
<parser>
<target>tmp</target>
</parser>
<transformer>
<target>docs</target>
</transformer>
<files>
<directory>module/*</directory>
<ignore>vendor/*</ignore>
<ignore>module/YawikDemo*</ignore>
<ignore>module/JobsDeutschland*</ignore>
<ignore>module/Karriere24*</ignore>
<ignore>module/Karrierelounge*</ignore>
<ignore>module/Cam*</ignore>
<ignore>*/language/*</ignore>
<ignore>*/view/*</ignore>
<ignore>config/*</ignore>
<ignore>bin/*</ignore>
<ignore>test/*</ignore>
</files>
</phpdoc>