Skip to content

Commit 0096689

Browse files
Fix file paths in doc.rake
1 parent d9b6011 commit 0096689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/doc.rake

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

1010
namespace :doc do

0 commit comments

Comments
 (0)