File: test.xml

package info (click to toggle)
phpdox 0.8.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,376 kB
  • ctags: 2,505
  • sloc: xml: 51,137; php: 8,771; makefile: 19
file content (13 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://phpdox.net/config" silent="false">

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

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

        <generator output="/tmp/phpdox/issue123/docs">
            <build engine="html" enabled="true" output="html" />
        </generator>
    </project>

</phpdox>