Skip to content

Commit c53e136

Browse files
committedDec 4, 2020
Improve doc cfg
1 parent 17dbdbf commit c53e136

File tree

2 files changed

+31
-29
lines changed

2 files changed

+31
-29
lines changed
 

‎composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"async",
99
"asynchronous",
1010
"parallel",
11+
"promise",
1112
"pcntl",
1213
"posix",
1314
"fork",
14-
"shell"
15+
"shell"
1516
],
1617
"homepage": "https://github.com/zhgzhg/gphpthread",
1718
"license": "MIT",

‎phpdoc.xml

+29-28
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,35 @@
99
<output>Documentation</output>
1010
</paths>
1111

12-
<versions>
13-
<version>
14-
<api format="php">
15-
<markers>
16-
<marker>TODO</marker>
17-
<marker>FIXME</marker>
18-
<marker>CHECKME</marker>
19-
<marker>REMOVEME</marker>
20-
<marker>CHANGEME</marker>
21-
</markers>
22-
<extensions>
23-
<extension>php</extension>
24-
</extensions>
25-
<source>
26-
<path>.</path>
27-
</source>
28-
<ignore>
29-
<path>tests</path>
30-
<path>examples</path>
31-
</ignore>
32-
<include-source>true</include-source>
33-
<examples>
34-
<paths>
35-
<path>examples/*</path>
36-
</paths>
37-
</examples>
38-
</api>
39-
</version>
12+
<versions>
13+
<version>
14+
<api format="php">
15+
<markers>
16+
<marker>TODO</marker>
17+
<marker>FIXME</marker>
18+
<marker>CHECKME</marker>
19+
<marker>REMOVEME</marker>
20+
<marker>CHANGEME</marker>
21+
</markers>
22+
<extensions>
23+
<extension>php</extension>
24+
</extensions>
25+
<source>
26+
<path>.</path>
27+
</source>
28+
<ignore>
29+
<path>tests</path>
30+
<path>examples</path>
31+
<path>vendor</path>
32+
</ignore>
33+
<include-source>true</include-source>
34+
<examples>
35+
<paths>
36+
<path>examples/*</path>
37+
</paths>
38+
</examples>
39+
</api>
40+
</version>
4041
</versions>
4142

4243

0 commit comments

Comments
 (0)
Please sign in to comment.