diff --git a/pages/common/yard.md b/pages/common/yard.md new file mode 100644 index 0000000000..a846f8577d --- /dev/null +++ b/pages/common/yard.md @@ -0,0 +1,16 @@ +# yard + +> Documentation tool for Ruby. +> More information: . + +- Create the documentation: + +`yard` + +- Create the documentation and save it to one file: + +`yard --one-file` + +- List all undocumented objects: + +`yard stats --list-undoc`