add new chinese translations
This commit is contained in:
24
pages.zh/common/phpdox.md
Normal file
24
pages.zh/common/phpdox.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# phpdox
|
||||
|
||||
> 一个 PHP 文档生成器。
|
||||
> 更多信息:<https://phpdox.net>。
|
||||
|
||||
- 显示一个带注释的骨架配置 XML 文件:
|
||||
|
||||
`phpdox --skel`
|
||||
|
||||
- 为当前工作目录生成文档:
|
||||
|
||||
`phpdox`
|
||||
|
||||
- 使用特定的配置文件生成文档:
|
||||
|
||||
`phpdox --file {{path/to/phpdox.xml}}`
|
||||
|
||||
- 仅运行元数据收集过程:
|
||||
|
||||
`phpdox --collector`
|
||||
|
||||
- 仅运行文档生成器过程:
|
||||
|
||||
`phpdox --generator`
|
Reference in New Issue
Block a user