From c8a43a2ccfc0ba5b72225af44e92605cb83e962a Mon Sep 17 00:00:00 2001 From: "Ken C. Demanawa" Date: Sun, 27 Jul 2025 19:09:46 +0800 Subject: [PATCH] fix: the sample issue --- .yardopts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.yardopts b/.yardopts index 5932f55..c8f5c08 100644 --- a/.yardopts +++ b/.yardopts @@ -4,9 +4,13 @@ --exclude spec/ --exclude vendor/ --main README.md +--protected +--private --title "Whodunit API Documentation" ---charset utf-8 +--readme README.md +--files CHANGELOG.md,CHANGELOG.md,LICENSE lib/**/*.rb - README.md CHANGELOG.md +LICENSE