Generate Ruby Documentation - YARD | Online Free DevTools by Hexmos
Generate Ruby documentation with YARD. Quickly create and manage API documentation for your Ruby projects. Free online tool, no registration required.
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