Skip to content

Commit ca17134

Browse files
committed
php doc conf added
1 parent b6a4dcc commit ca17134

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

phpdoc.dist.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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>Linna Typed Array</title>
9+
<paths>
10+
<output>docs</output>
11+
</paths>
12+
<version number="latest">
13+
<folder>latest</folder>
14+
<api>
15+
<source dsn=".">
16+
<path>src</path>
17+
</source>
18+
<output>api</output>
19+
<ignore hidden="true" symlinks="true">
20+
<path>tests/**/*</path>
21+
<path>bin/**/*</path>
22+
<path>vendor/**/*</path>
23+
</ignore>
24+
<extensions>
25+
<extension>php</extension>
26+
</extensions>
27+
<ignore-tags>
28+
<ignore-tag>template</ignore-tag>
29+
<ignore-tag>template-extends</ignore-tag>
30+
<ignore-tag>template-implements</ignore-tag>
31+
<ignore-tag>extends</ignore-tag>
32+
<ignore-tag>implements</ignore-tag>
33+
</ignore-tags>
34+
<default-package-name>Typed Array</default-package-name>
35+
</api>
36+
<!-- <guide>
37+
<source dsn=".">
38+
<path>docs</path>
39+
</source>
40+
<output>guide</output>
41+
</guide> -->
42+
</version>
43+
<setting name="guides.enabled" value="false"/>
44+
<template name="default" />
45+
</phpdocumentor>

0 commit comments

Comments
 (0)