From b53f94d2bf7c04fb427344d6f7345f03b8b174e8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 24 Feb 2005 13:36:25 +0000 Subject: Include Action Web Service and Active Support in the documentation git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@797 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/fresh_rakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/railties/fresh_rakefile b/railties/fresh_rakefile index 9dd1181bed..362708a589 100755 --- a/railties/fresh_rakefile +++ b/railties/fresh_rakefile @@ -75,7 +75,6 @@ Rake::RDocTask.new("apidoc") { |rdoc| rdoc.options << '--line-numbers --inline-source' rdoc.rdoc_files.include('README') rdoc.rdoc_files.include('CHANGELOG') - rdoc.rdoc_files.include('vendor/railties/lib/breakpoint.rb') rdoc.rdoc_files.include('vendor/railties/CHANGELOG') rdoc.rdoc_files.include('vendor/railties/MIT-LICENSE') rdoc.rdoc_files.include('vendor/activerecord/README') @@ -89,6 +88,11 @@ Rake::RDocTask.new("apidoc") { |rdoc| rdoc.rdoc_files.include('vendor/actionmailer/README') rdoc.rdoc_files.include('vendor/actionmailer/CHANGELOG') rdoc.rdoc_files.include('vendor/actionmailer/lib/action_mailer/base.rb') + rdoc.rdoc_files.include('vendor/actionwebservice/README') + rdoc.rdoc_files.include('vendor/actionwebservice/ChangeLog') + rdoc.rdoc_files.include('vendor/actionwebservice/lib/action_web_service/**/*.rb') + rdoc.rdoc_files.include('vendor/activesupport/README') + rdoc.rdoc_files.include('vendor/activesupport/lib/active_support/**/*.rb') } desc "Report code statistics (KLOCs, etc) from the application" -- cgit v1.2.3