Skip to content

Commit 1c194d6

Browse files
Use .html instead of .xhtml as file extension
1 parent 1f5bee4 commit 1c194d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpdox.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
</collector>
99

1010
<generator output="build">
11-
<build engine="html" enabled="true" output="api"/>
11+
<build engine="html" enabled="true" output="api">
12+
<file extension="html" />
13+
</build>
1214
</generator>
1315
</project>
1416
</phpdox>

0 commit comments

Comments
 (0)