ruby/.rdoc_options
Stan Lo 39effad486 [DOC] ZJIT: Add ZJIT to autolink_excluded_words
This tells RDoc to not automatically link to the `ZJIT` module so we
don't need to keep escaping the word ZJIT in the documentation/comments.
2025-08-11 18:37:51 -04:00

24 lines
327 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:
- \.gemspec\z
autolink_excluded_words:
- Class
- Method
- Module
- Process
- RDoc
- Ruby
- Set
- ZJIT
canonical_root: https://docs.ruby-lang.org/en/master