From 3a960438c1cfd2211e6cc78095e67c7387e8480b Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 10 Jun 2021 12:15:05 -0400 Subject: changed docs location --- Rakefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 4c11b1c..2ce67ce 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,14 @@ require 'rake/testtask' +require 'yard' + + + +YARD::Rake::YardocTask.new do |t| + t.files = ['component_manager.rb', 'entity_manager.rb', 'felflame.rb'] + t.options = ['--output-dir', './docs'] + t.stats_options = ['--list-undoc'] +end Rake::TestTask.new do |t| t.pattern = "tests/**/*_test.rb" -- cgit v1.2.3