diff options
author | Xavier Noria <fxn@hashref.com> | 2013-03-29 13:11:47 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-03-30 00:10:52 +0100 |
commit | ab6cdf7e74d69c474371bf91073a1b96a81d9f6b (patch) | |
tree | 7149b22f7639beb76ca7f7d666f6f4b358c28846 | |
parent | b22ec860abcad5c92c450b7fb03b6e9928d50807 (diff) | |
download | rails-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.
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |