From 08da136b82adfd4f74973c03da5e4584ac50c03d Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 2 Feb 2022 21:27:58 -0500 Subject: added yard --- Rakefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Rakefile (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..ec69262 --- /dev/null +++ b/Rakefile @@ -0,0 +1,9 @@ +require 'yard' + +task default: [:yard] + +YARD::Rake::YardocTask.new do |t| + t.files = ['./mrblib/*', 'src/*'] + t.options = ['--output-dir', './docs', 'yardoc --markup=markdown|textile|rdoc(default)'] + t.stats_options = ['--list-undoc'] +end -- cgit v1.2.3