Skip to content

Commit ab6cdf7

Browse files
committed
changes the RDoc title of the API
Nowadays the documentation of Ruby on Rails is more than the API.
1 parent b22ec86 commit ab6cdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RDoc::Task.new do |rdoc|
8888
end
8989

9090
rdoc.rdoc_dir = 'doc/rdoc'
91-
rdoc.title = "Ruby on Rails Documentation"
91+
rdoc.title = "Ruby on Rails API"
9292

9393
rdoc.options << '-f' << 'sdoc'
9494
rdoc.options << '-T' << 'rails'

0 commit comments

Comments
 (0)