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 690f83b commit 92c04ceCopy full SHA for 92c04ce
Rakefile
@@ -24,7 +24,7 @@ RDoc::Task.new do |doc|
24
doc.main = 'README.rdoc'
25
doc.title = "rdoc #{RDoc::VERSION} Documentation"
26
doc.rdoc_dir = 'html'
27
- doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc] - PARSER_FILES
+ doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/markup_reference.rb] - PARSER_FILES
28
end
29
30
task ghpages: :rdoc do
0 commit comments