We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fe3c4 commit 5136535Copy full SHA for 5136535
tasks/doc.rake
@@ -4,5 +4,5 @@ require 'ruby_wasm/version'
4
RDoc::Task.new do |doc|
5
doc.main = 'README.md'
6
doc.title = "ruby.wasm #{RubyWasm::VERSION} Documentation"
7
- doc.rdoc_files = FileList.new %w[lib/**/*.rb ext/**/*.c ext/**/*.rb]
+ doc.rdoc_files = FileList.new %w[*.md lib/**/*.rb ext/**/*.c ext/**/*.rb]
8
end
0 commit comments