generate YARD docs to gen/yard

This commit is contained in:
Josh Holtrop 2019-07-02 22:04:06 -04:00
parent 4fc18e5d91
commit b6c19b7f00

View File

@ -39,7 +39,7 @@ end
YARD::Rake::YardocTask.new do |yard|
yard.files = ['lib/**/*.rb']
yard.options = ["-oyard"]
yard.options = ["-ogen/yard"]
end
task :gen_large_project, [:size] => :build_dist do |task, args|