-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpdoc.dist.xml
39 lines (39 loc) · 1.59 KB
/
phpdoc.dist.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?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://www.phpdoc.org/xsd/phpdoc.xsd"
>
<title>TYPO3</title>
<version number="3.0.0">
<folder>latest</folder>
<api>
<source dsn="./.Build/TYPO3">
<path>./typo3/sysext</path>
</source>
<ignore hidden="false" symlinks="true">
<path>./**/Tests/</path>
<path>./**/Documentation/</path>
<path>./**/Resources/</path>
</ignore>
<include-source>false</include-source>
<visibilities>public</visibilities>
<visibilities>protected</visibilities>
<visibilities>internal</visibilities>
<extensions>
<extension>php</extension>
</extensions>
<ignore-tags>
</ignore-tags>
</api>
</version>
<setting name="graphs.enabled" value="false"/>
<setting name="template.color" value="orange"/>
<setting name="template.typo3_theme_url" value="https://cdn.typo3.com/typo3documentation/theme/typo3-docs-theme" />
<setting name="template.typo3_theme_version" value="0.5.0" />
<setting name="template.typo3_cdn" value="https://cdn.typo3.com" />
<setting name="template.typo3_github_url" value="https://github.com/TYPO3/typo3/blob" />
<setting name="template.typo3_version" value="main" />
<template name=".phpdoc/template" />
</phpdocumentor>