From 09d20b837e94660f94c25824bdeb487858c22b5b Mon Sep 17 00:00:00 2001 From: Marcio F Paludo Date: Tue, 2 Jul 2024 12:14:06 -0300 Subject: [PATCH] Create .yardopts file --- .yardopts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .yardopts diff --git a/.yardopts b/.yardopts new file mode 100644 index 0000000..136719d --- /dev/null +++ b/.yardopts @@ -0,0 +1,5 @@ +lib/**/*.rb +--exclude test/* +--format html +--title "MPUtils Documentation" +--markup markdown \ No newline at end of file