Skip to content

Commit

Permalink
fix: output source docs with 'html' extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Harrison committed Feb 19, 2020
1 parent b34a715 commit 48564f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpdox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<project name="twilio-php" source="${basedir}/src" workdir="${basedir}/docs/xml">
<collector backend="parser"/>
<generator output="${basedir}/docs">
<build engine="html" output="api"/>
<build engine="html" output="api">
<file extension="html"/>
</build>
</generator>
</project>
</phpdox>

0 comments on commit 48564f5

Please sign in to comment.