1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:42:09 +02:00
tldr/pages/common/yard.md
Marek Küthe 65b53bd0ba
yard: add page (#10486)
* yard: add page
2023-07-13 13:27:04 +05:30

252 B

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