<?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>
