提交 a61a2af6 编写于 作者: J Jeremy Kemper

Exclude lib/actionpack.rb from rdoc

上级 8692e172
......@@ -54,7 +54,9 @@ Rake::RDocTask.new { |rdoc|
rdoc.rdoc_files.include(ENV['DOC_FILES'].split(/,\s*/))
else
rdoc.rdoc_files.include('README', 'RUNNING_UNIT_TESTS', 'CHANGELOG')
rdoc.rdoc_files.include(Dir['lib/**/*.rb'] - Dir['lib/*/vendor/**/*.rb'])
rdoc.rdoc_files.include(Dir['lib/**/*.rb'] -
Dir['lib/*/vendor/**/*.rb'] -
['lib/actionpack.rb'])
end
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册