mirror of
https://gh.wpcy.net/https://github.com/calebbaker194/Freescout-Twilio.git
synced 2026-04-17 06:42:20 +08:00
11 lines
410 B
XML
Executable file
11 lines
410 B
XML
Executable file
<?xml version="1.0" encoding="utf-8" ?>
|
|
<phpdox xmlns="http://xml.phpdox.net/config">
|
|
<project name="twilio-php" source="${basedir}/src" workdir="${basedir}/docs/xml">
|
|
<collector backend="parser"/>
|
|
<generator output="${basedir}/docs">
|
|
<build engine="html" output="api">
|
|
<file extension="html"/>
|
|
</build>
|
|
</generator>
|
|
</project>
|
|
</phpdox>
|