From ab6cdf7e74d69c474371bf91073a1b96a81d9f6b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 29 Mar 2013 13:11:47 +0100 Subject: changes the RDoc title of the API Nowadays the documentation of Ruby on Rails is more than the API. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 1e2a422273..42dd136cbf 100644 --- a/Rakefile +++ b/Rakefile @@ -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' -- cgit v1.2.3