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

17 lines
261 B
Markdown
Raw Normal View History

# yard
> Ruby를 위한 문서화 도구.
> 더 많은 정보: <https://yardoc.org/>.
- 문서 생성:
`yard`
- 문서를 생성하고 하나의 파일로 저장:
`yard --one-file`
- 문서화되지 않은 모든 객체 나열:
`yard stats --list-undoc`