File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpdocumentor
3
+ configVersion =" 3"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns =" https://www.phpdoc.org"
6
+ xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd/phpdoc.xsd"
7
+ >
8
+ <title >Zemit Project Documentation</title >
9
+
10
+ <paths >
11
+ <output >docs</output >
12
+ </paths >
13
+
14
+ <version number =" latest" >
15
+ <api >
16
+ <source dsn =" ." >
17
+ <path >src</path >
18
+ </source >
19
+ <ignore hidden =" true" symlinks =" true" >
20
+ <path >tests/**/*</path >
21
+ <path >vendor/**/*</path >
22
+ </ignore >
23
+ </api >
24
+ </version >
25
+
26
+ <template name =" vendor/saggre/phpdocumentor-markdown/themes/markdown" />
27
+ </phpdocumentor >
You can’t perform that action at this time.
0 commit comments