public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Fixed docs

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4080 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Mon Mar 27 19:22:58 -0800 2006
commit  c4590d577c17ef8797ac620444d42c9ea7806d47
tree    5e3719758a745bd92899e88079ed9ef1327783fe
parent  dfd953ea962675fdfd397a1e75c04b0536ff3c65
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
0
@@ -33,7 +33,7 @@ Rake::TestTask.new { |t|
0
 Rake::RDocTask.new { |rdoc|
0
   rdoc.rdoc_dir = 'doc'
0
   rdoc.title = "Action Mailer -- Easy email delivery and testing"
0
- rdoc.options << '--line-numbers' << '--inline-source' << '--main README' << '--accessor adv_attr_accessor=M'
0
+ rdoc.options << '--line-numbers' << '--inline-source' << '-A cattr_accessor=object'
0
   rdoc.template = "#{ENV['template']}.rb" if ENV['template']
0
   rdoc.rdoc_files.include('README', 'CHANGELOG')
0
   rdoc.rdoc_files.include('lib/action_mailer.rb')
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ require 'action_mailer/part_container'
0
 require 'action_mailer/utils'
0
 require 'tmail/net'
0
 
0
-module ActionMailer
0
+module ActionMailer #:nodoc:
0
   # Usage:
0
   #
0
   # class ApplicationMailer < ActionMailer::Base

Comments

    No one has commented yet.