File: test.xml

package info (click to toggle)
phpdox 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,476 kB
  • sloc: xml: 66,377; php: 9,049; makefile: 18
file content (23 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://phpdox.de/config" silent="false">

    <project name="phpDox" source="src" workdir="/tmp/phpdox/issue95/xml">

        <collector publiconly="false" backend="parser" />

        <generator output="/tmp/phpdox/issue95/docs">

            <build engine="html" enabled="true" output="html" />

            <build engine="todo" enabled="false" output="todo">
                <file name="todolist.txt" encoding="utf-8" />
            </build>

            <build engine="graph" enabled="true" output="graph">
                <dot executable="/usr/bin/dot" render="true" format="png" />
            </build>

        </generator>
    </project>

</phpdox>