Skip to content

Commit

Permalink
Fix Yard configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Apr 21, 2020
1 parent c60d60f commit 2f8c2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -20,7 +20,7 @@ end

require 'yard'
YARD::Rake::YardocTask.new do |t|
t.files = ['lib/**/*.rb', 'README', 'LICENSE'] # optional
t.files = ['lib/**/*.rb', 'README.md', 'LICENSE.txt'] # optional
t.options = ['-m', 'markdown'] # optional
end

Expand Down

0 comments on commit 2f8c2f5

Please sign in to comment.