1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/yard.md

17 lines
230 B
Markdown
Raw Normal View History

# yard
> Ruby 的文档工具。
> 更多信息:<https://yardoc.org/>.
- 创建文档:
`yard`
- 创建文档并保存到一个文件中:
`yard --one-file`
- 列出所有未记录的对象:
`yard stats --list-undoc`