Exclude irb from documentation generation
- IRB has its own documentation in the project readme and https://ruby.github.io/irb/ already. - As a tool, its internal implementation details are not relevant to the user. - Excluding it from the documentation generation reduces the size of the generated documentation and makes search results more relevant. I also checked the there are no references to IRB so it should not break any links.
This commit is contained in:
parent
29d3ea1e84
commit
cf711863cb
Notes:
git
2024-12-16 19:55:53 +00:00
@ -7,3 +7,6 @@ title: Documentation for Ruby development version
|
||||
visibility: :private
|
||||
rdoc_include:
|
||||
- doc
|
||||
|
||||
exclude:
|
||||
- lib/irb
|
||||
|
@ -1 +0,0 @@
|
||||
**/*.rb
|
Loading…
x
Reference in New Issue
Block a user