Skip to content

Commit 06c215e

Browse files
committed
added phpdoc xml config
1 parent 0a9ee12 commit 06c215e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

phpdoc.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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>

0 commit comments

Comments
 (0)