forked from dotclear/dotclear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
36 lines (36 loc) · 1.17 KB
/
Copy pathphpdoc.dist.xml
File metadata and controls
36 lines (36 loc) · 1.17 KB
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
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor configVersion="3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpdoc.org">
<title>Dotclear</title>
<paths>
<output>doc/api</output>
<cache>doc/cache</cache>
</paths>
<version number="2.35">
<api>
<default-package-name>Dotclear</default-package-name>
<source dsn=".">
<path>index.php</path>
<path>README.md</path>
<path>CONTRIBUTING.md</path>
<path>SECURITY.md</path>
<path>admin</path>
<path>inc</path>
<path>src</path>
<path>plugins</path>
<path>themes/berlin</path>
<path>themes/blowup</path>
<path>themes/blueSilence</path>
<path>themes/customCSS</path>
<path>themes/ductile</path>
</source>
<ignore hidden="true" symlinks="true">
<path>inc/config.php</path>
</ignore>
<include-source>true</include-source>
</api>
</version>
<setting name="markdown.enabled" value="true" />
<setting name="graphs.enabled" value="true" />
<setting name="guides.enabled" value="true" />
<setting name="template.color" value="blue" />
</phpdocumentor>