From 0c4da40c3e9589255d07cf4d4dc370575b202afa Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 4 Feb 2022 01:06:43 -0500 Subject: testing yard stuff --- Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 6993e3b..fb6c606 100644 --- a/Rakefile +++ b/Rakefile @@ -9,6 +9,12 @@ task default: [:api] # t.stats_options = ['--list-undoc'] #end # +YARD::Rake::YardocTask.new do |t| + t.files = ['mrblib/raylib.rb', 'mrbdoc/core.rb'] # ['system_manager.rb', 'component_manager.rb', 'entity_manager.rb', 'scene_manager.rb', 'stage_manager.rb', 'felecs.rb'] + t.options = ['--output-dir', './docs', 'yardoc --markup=markdown|textile|rdoc(default)'] + t.stats_options = ['--list-undoc'] +end + desc 'generate yard docs' task :api do begin -- cgit v1.2.3