ruby/.rdoc_options
Stan Lo cf711863cb 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.
2024-12-16 11:55:33 -08:00

12 lines
180 B
Text

---
page_dir: doc
charset: UTF-8
encoding: UTF-8
main_page: index.md
title: Documentation for Ruby development version
visibility: :private
rdoc_include:
- doc
exclude:
- lib/irb