Skip to content

Commit 497f95d

Browse files
doc: Exclude build system sources from RDoc
1 parent 058acab commit 497f95d

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[*.md lib/**/*.rb ext/**/*.c ext/**/*.rb]
7+
doc.rdoc_files = FileList.new %w[*.md ext/**/*.c ext/**/*.rb]
88
end

0 commit comments

Comments
 (0)