aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice')
-rw-r--r--actionwebservice/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile
index 50c6f25a7a..e128d1198a 100644
--- a/actionwebservice/Rakefile
+++ b/actionwebservice/Rakefile
@@ -35,7 +35,7 @@ Rake::TestTask.new { |t|
Rake::RDocTask.new { |rdoc|
rdoc.rdoc_dir = 'doc'
rdoc.title = "Action Web Service -- Web services for Action Pack"
- rdoc.options << '--line-numbers --inline-source --main README --accessor class_inheritable_option=RW'
+ rdoc.options << '--line-numbers' << '--inline-source' << '--main README' << '--accessor class_inheritable_option=RW'
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.rdoc_files.include('README')
rdoc.rdoc_files.include('CHANGELOG')