mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] Fix typo in RDoc::Task example
https://github.com/ruby/rdoc/commit/7a77e55c2a
This commit is contained in:
parent
52caeb47e7
commit
d77f2ff5b4
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ require 'rake/tasklib'
|
|||
# require 'rdoc/task'
|
||||
#
|
||||
# RDoc::Task.new :rdoc_dev do |rdoc|
|
||||
# rdoc.main = "README.doc"
|
||||
# rdoc.main = "README.rdoc"
|
||||
# rdoc.rdoc_files.include("README.rdoc", "lib/**/*.rb")
|
||||
# rdoc.options << "--all"
|
||||
# end
|
||||
|
|
Loading…
Add table
Reference in a new issue