Skip to content

Commit 5136535

Browse files
Include .md files as source of rdoc
1 parent 82fe3c4 commit 5136535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/doc.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ require 'ruby_wasm/version'
44
RDoc::Task.new do |doc|
55
doc.main = 'README.md'
66
doc.title = "ruby.wasm #{RubyWasm::VERSION} Documentation"
7-
doc.rdoc_files = FileList.new %w[lib/**/*.rb ext/**/*.c ext/**/*.rb]
7+
doc.rdoc_files = FileList.new %w[*.md lib/**/*.rb ext/**/*.c ext/**/*.rb]
88
end

0 commit comments

Comments
 (0)