mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 19:42:21 +00:00
26 lines
801 B
XML
26 lines
801 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpdocumentor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://www.phpdoc.org"
|
|
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
|
|
configVersion="3"
|
|
>
|
|
<!-- https://docs.phpdoc.org/3.0/guide/references/configuration.html#configuration -->
|
|
<paths>
|
|
<output>.build/phpdocs</output>
|
|
<cache>.build/phpdocs-cache</cache>
|
|
</paths>
|
|
<version number="3.0.0">
|
|
<api>
|
|
<source dsn=".">
|
|
<path>src</path>
|
|
<path>tests</path>
|
|
</source>
|
|
<extensions>
|
|
<extension>php</extension>
|
|
</extensions>
|
|
</api>
|
|
</version>
|
|
<setting name="template.color" value="deep-purple"/>
|
|
<template name="default" />
|
|
</phpdocumentor>
|