changes the RDoc title of the API

Nowadays the documentation of Ruby on Rails is more than the API.
This commit is contained in:
Xavier Noria 2013-03-29 13:11:47 +01:00
parent b22ec860ab
commit ab6cdf7e74

@ -88,7 +88,7 @@ RDoc::Task.new do |rdoc|
end
rdoc.rdoc_dir = 'doc/rdoc'
rdoc.title = "Ruby on Rails Documentation"
rdoc.title = "Ruby on Rails API"
rdoc.options << '-f' << 'sdoc'
rdoc.options << '-T' << 'rails'