taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
    <title>PHPMailer</title>
    <parser>
        <target>docs</target>
        <encoding>utf8</encoding>
        <markers>
            <item>TODO</item>
        </markers>
    </parser>
    <transformer>
        <target>docs</target>
    </transformer>
    <transformations>
        <template name="clean"/>
    </transformations>
    <files>
        <directory>src</directory>
    </files>
</phpdoc>