mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:02:07 +02:00
16 lines
252 B
Markdown
16 lines
252 B
Markdown
# yard
|
|
|
|
> Documentation tool for Ruby.
|
|
> More information: <https://yardoc.org/>.
|
|
|
|
- Create the documentation:
|
|
|
|
`yard`
|
|
|
|
- Create the documentation and save it to one file:
|
|
|
|
`yard --one-file`
|
|
|
|
- List all undocumented objects:
|
|
|
|
`yard stats --list-undoc`
|