Files
tldr/pages/common/yard.md
T
Managor 99c7af4917 *: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

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