Skip to content

Commit

Permalink
tell the yard rake task to parse markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Jan 19, 2020
1 parent 695ba8d commit 4076c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -33,7 +33,9 @@ RuboCop::RakeTask.new(:rubocop) do |t|
]
end

YARD::Rake::YardocTask.new
YARD::Rake::YardocTask.new do |t|
t.options = ['--markup markdown']
end

task :play do
ruby 'bin/run.rb'
Expand Down

0 comments on commit 4076c1b

Please sign in to comment.