Initial commit - Last War messaging system
This commit is contained in:
27
vendor/team-reflex/discord-php/phpdoc.dist.xml
vendored
Executable file
27
vendor/team-reflex/discord-php/phpdoc.dist.xml
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<phpdocumentor
|
||||
configVersion="3"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://www.phpdoc.org"
|
||||
xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"
|
||||
>
|
||||
<title>DiscordPHP Documentation</title>
|
||||
<paths>
|
||||
<output>build</output>
|
||||
</paths>
|
||||
<version number="latest">
|
||||
<api>
|
||||
<source dsn=".">
|
||||
<path>src</path>
|
||||
</source>
|
||||
<output>reference</output>
|
||||
</api>
|
||||
<guide>
|
||||
<source dsn=".">
|
||||
<path>guide</path>
|
||||
</source>
|
||||
<output>guide</output>
|
||||
</guide>
|
||||
</version>
|
||||
<setting name="guides.enabled" value="true"/>
|
||||
</phpdocumentor>
|
||||
Reference in New Issue
Block a user