aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-03-29 13:11:47 +0100
committerXavier Noria <fxn@hashref.com>2013-03-30 00:10:52 +0100
commitab6cdf7e74d69c474371bf91073a1b96a81d9f6b (patch)
tree7149b22f7639beb76ca7f7d666f6f4b358c28846 /Rakefile
parentb22ec860abcad5c92c450b7fb03b6e9928d50807 (diff)
downloadrails-ab6cdf7e74d69c474371bf91073a1b96a81d9f6b.tar.gz
rails-ab6cdf7e74d69c474371bf91073a1b96a81d9f6b.tar.bz2
rails-ab6cdf7e74d69c474371bf91073a1b96a81d9f6b.zip
changes the RDoc title of the API
Nowadays the documentation of Ruby on Rails is more than the API.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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'