From 65b53bd0ba8383e658763a3cf7dfe7a94a287eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Thu, 13 Jul 2023 07:57:04 +0000 Subject: [PATCH] yard: add page (#10486) * yard: add page --- pages/common/yard.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/yard.md diff --git a/pages/common/yard.md b/pages/common/yard.md new file mode 100644 index 000000000..a846f8577 --- /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`