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 058acab commit 497f95dCopy full SHA for 497f95d
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[*.md lib/**/*.rb ext/**/*.c ext/**/*.rb]
+ doc.rdoc_files = FileList.new %w[*.md ext/**/*.c ext/**/*.rb]
8
end
0 commit comments