mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-22 23:44:06 +02:00
328 B
328 B
yard
Documentation tool for Ruby. More information: https://rubydoc.info/gems/yard/file/docs/GettingStarted.md#using-yard-to-generate-documentation.
- Create the documentation:
yard
- Create the documentation and save it to one file:
yard --one-file
- List all undocumented objects:
yard stats --list-undoc