2024-01-23 17:59:30 +01:00
|
|
|
<?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:schemaLocation="https://www.phpdoc.org https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd">
|
|
|
|
<title>PHP Basics</title>
|
|
|
|
<paths>
|
2024-01-30 22:24:10 +01:00
|
|
|
<output>doc</output>
|
2024-01-23 17:59:30 +01:00
|
|
|
<cache>.phpdoc/cache</cache>
|
|
|
|
</paths>
|
|
|
|
<version number="latest">
|
|
|
|
<api format="php">
|
|
|
|
<source dsn=".">
|
|
|
|
<path>/src</path>
|
|
|
|
</source>
|
|
|
|
<extensions>
|
|
|
|
<extension>php</extension>
|
|
|
|
</extensions>
|
|
|
|
<default-package-name>Basics</default-package-name>
|
|
|
|
<include-source>true</include-source>
|
|
|
|
<ignore-tags>
|
|
|
|
<ignore-tag>extends</ignore-tag>
|
|
|
|
<ignore-tag>implements</ignore-tag>
|
|
|
|
<ignore-tag>phpstan-require-implements</ignore-tag>
|
2024-01-26 11:40:26 +01:00
|
|
|
<ignore-tag>psalm-suppress</ignore-tag>
|
2024-01-23 17:59:30 +01:00
|
|
|
</ignore-tags>
|
|
|
|
</api>
|
2024-01-26 16:37:41 +01:00
|
|
|
<guide format="rst">
|
2024-01-23 17:59:30 +01:00
|
|
|
<source dsn=".">
|
|
|
|
<path>/.phpdoc/guide</path>
|
|
|
|
</source>
|
|
|
|
<output>guides</output>
|
|
|
|
</guide>
|
|
|
|
</version>
|
2024-01-26 16:37:41 +01:00
|
|
|
<setting name="graphs.enabled" value="false"/>
|
2024-01-23 17:59:30 +01:00
|
|
|
<setting name="guides.enabled" value="true"/>
|
|
|
|
<setting name="template.color" value="orange"/>
|
|
|
|
</phpdocumentor>
|