aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-29 15:47:56 -0700
committerXavier Noria <fxn@hashref.com>2011-08-29 15:47:56 -0700
commit5aa86f793f4df75f8a5780626269abc3511c61a0 (patch)
tree8f9cd877b0bcfc73808ad372754e8f4d6c6cf5f2 /Rakefile
parent92619e4f78e9417dbfa3e22acce25ff343f45f0b (diff)
downloadrails-5aa86f793f4df75f8a5780626269abc3511c61a0.tar.gz
rails-5aa86f793f4df75f8a5780626269abc3511c61a0.tar.bz2
rails-5aa86f793f4df75f8a5780626269abc3511c61a0.zip
let SDoc add a link to the source code in GitHub for each method
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ae857036c5..f171949961 100755
--- a/Rakefile
+++ b/Rakefile
@@ -93,6 +93,7 @@ RDoc::Task.new do |rdoc|
rdoc.options << '-f' << 'sdoc'
rdoc.options << '-T' << 'rails'
rdoc.options << '-c' << 'utf-8'
+ rdoc.options << '-g' # SDoc flag, link methods to GitHub
rdoc.options << '-m' << RDOC_MAIN
rdoc.rdoc_files.include('railties/CHANGELOG')