-
Notifications
You must be signed in to change notification settings - Fork 5
/
phpdoc.xml
executable file
·45 lines (42 loc) · 1.33 KB
/
phpdoc.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
40
41
42
43
44
45
<?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>GPhpThread - a heavy threads implementation in pure PHP - Documentation</title>
<paths>
<output>Documentation</output>
</paths>
<versions>
<version>
<api format="php">
<markers>
<marker>TODO</marker>
<marker>FIXME</marker>
<marker>CHECKME</marker>
<marker>REMOVEME</marker>
<marker>CHANGEME</marker>
</markers>
<extensions>
<extension>php</extension>
</extensions>
<source>
<path>.</path>
</source>
<ignore>
<path>tests</path>
<path>examples</path>
<path>vendor</path>
</ignore>
<include-source>true</include-source>
<examples>
<paths>
<path>examples/*</path>
</paths>
</examples>
</api>
</version>
</versions>
<template name="default" />
</phpdocumentor>