mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remember to include the right breakpoint for the docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@120 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
cfe665790e
commit
870632dba3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Rake::RDocTask.new("apidoc") { |rdoc|
|
|||
rdoc.title = "Rails Framework Documentation"
|
||||
rdoc.options << '--line-numbers --inline-source'
|
||||
rdoc.rdoc_files.include('README')
|
||||
rdoc.rdoc_files.include('lib/breakpoint.rb')
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue