提交 1e384f82 编写于 作者: A Arun Agrawal

Removed excluding vendor from API doc [ci skip]

These folder not exists in system
上级 e32576ae
......@@ -16,8 +16,7 @@ class Task < RDoc::Task
:include => %w(
README.rdoc
lib/active_record/**/*.rb
),
:exclude => 'lib/active_record/vendor/*'
)
},
'activemodel' => {
......@@ -33,8 +32,7 @@ class Task < RDoc::Task
lib/abstract_controller/**/*.rb
lib/action_controller/**/*.rb
lib/action_dispatch/**/*.rb
),
:exclude => 'lib/action_controller/vendor/*'
)
},
'actionview' => {
......@@ -49,8 +47,7 @@ class Task < RDoc::Task
:include => %w(
README.rdoc
lib/action_mailer/**/*.rb
),
:exclude => 'lib/action_mailer/vendor/*'
)
},
'railties' => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册