add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/phpdox.md Normal file
View File

@@ -0,0 +1,24 @@
# phpdox
> 一个 PHP 文档生成器。
> 更多信息:<https://phpdox.net>。
- 显示一个带注释的骨架配置 XML 文件:
`phpdox --skel`
- 为当前工作目录生成文档:
`phpdox`
- 使用特定的配置文件生成文档:
`phpdox --file {{path/to/phpdox.xml}}`
- 仅运行元数据收集过程:
`phpdox --collector`
- 仅运行文档生成器过程:
`phpdox --generator`