From 6cf11ad76eae08ba9d2bdc70c093bc67aca93864 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 2 Jan 2025 02:06:08 +0900 Subject: [PATCH] [ruby/rdoc] Stop autolinking the word "RDoc" (https://github.com/ruby/rdoc/pull/1266) https://github.com/ruby/rdoc/commit/73af94e3e3 --- .rdoc_options | 1 + 1 file changed, 1 insertion(+) diff --git a/.rdoc_options b/.rdoc_options index 07a4709c8f..60e95278bc 100644 --- a/.rdoc_options +++ b/.rdoc_options @@ -17,5 +17,6 @@ autolink_excluded_words: - Method - Module - Process +- RDoc - Ruby - Set