Skip to content

Commit

Permalink
Use -e option instead of -c option (rake rdoc task).
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed Jan 3, 2012
1 parent 9f76659 commit 2ddfbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -94,7 +94,7 @@ RDoc::Task.new do |rdoc|

rdoc.options << '-f' << 'sdoc'
rdoc.options << '-T' << 'rails'
rdoc.options << '-c' << 'utf-8'
rdoc.options << '-e' << 'UTF-8'
rdoc.options << '-g' # SDoc flag, link methods to GitHub
rdoc.options << '-m' << RDOC_MAIN

Expand Down

0 comments on commit 2ddfbbc

Please sign in to comment.