yard: add page (#10486)

* yard: add page
This commit is contained in:
Marek Küthe
2023-07-13 07:57:04 +00:00
committed by GitHub
parent 75f6b62e8c
commit 65b53bd0ba

16
pages/common/yard.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`