We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c1e98 commit 87577fbCopy full SHA for 87577fb
tests/data/issue244/src/crash.php
@@ -0,0 +1 @@
1
+<?php /*
tests/data/issue244/test.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8" ?>
2
+<phpdox xmlns="http://xml.phpdox.net/config" silent="false">
3
+
4
+ <project name="phpDox-issue244" source="${basedir}/src" workdir="${basedir}/xml">
5
6
+ <collector publiconly="false" backend="parser" encoding="WINDOWS-1252" />
7
8
+ <generator output="${basedir}/docs">
9
+ <build engine="html" enabled="true" output="html" />
10
+ <build engine="xml" enabled="true" output="xml" />
11
+ </generator>
12
13
+ </project>
14
15
+</phpdox>
0 commit comments