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

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4082 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Mon Mar 27 19:38:49 -0800 2006
commit  fed4453e4183e490305260be4aaed2e1d1637c0b
tree    03af5def6b985f81db97ddcaff1e3d78cb3f9041
parent  218406570d9ee0ce6880552540e08749d5f389ab
...
43
44
45
46
 
47
48
49
...
43
44
45
 
46
47
48
49
0
@@ -43,7 +43,7 @@
0
 Rake::RDocTask.new { |rdoc|
0
   rdoc.rdoc_dir = 'doc'
0
   rdoc.title = "Action Web Service -- Web services for Action Pack"
0
- rdoc.options << '--line-numbers' << '--inline-source' << '--main README' << '--accessor class_inheritable_option=RW'
0
+ rdoc.options << '--line-numbers' << '--inline-source''
0
   rdoc.template = "#{ENV['template']}.rb" if ENV['template']
0
   rdoc.rdoc_files.include('README')
0
   rdoc.rdoc_files.include('CHANGELOG')
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 module ActionWebService
0
- module VERSION
0
+ module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 0
0
     TINY = 0

Comments

    No one has commented yet.