ruby-changes:72937
From: Peter <ko1@a...>
Date: Tue, 16 Aug 2022 02:48:18 +0900 (JST)
Subject: [ruby-changes:72937] 4e66b3f47b (master): [ruby/rdoc] [DOC] Remove duplicated line in RDoc::MarkupReference
https://git.ruby-lang.org/ruby.git/commit/?id=4e66b3f47b From 4e66b3f47b2ad0d6cca1f2227dd38fdf117c0d3c Mon Sep 17 00:00:00 2001 From: Peter Zhu <peter@p...> Date: Mon, 15 Aug 2022 09:35:49 -0400 Subject: [ruby/rdoc] [DOC] Remove duplicated line in RDoc::MarkupReference https://github.com/ruby/rdoc/commit/488f89aee4 --- doc/rdoc/markup_reference.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index 92fe2e7cc3..66ec6786c0 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -866,7 +866,6 @@ require 'rdoc' https://github.com/ruby/ruby/blob/trunk/doc/rdoc/markup_reference.rb#L866 # # - On-page: <tt>::dummy_singleton_method</tt> links to ::dummy_singleton_method. # - Off-page<tt>RDoc::TokenStream::to_html</tt> links to RDoc::TokenStream::to_html. -# to \RDoc::TokenStream::to_html. # # Note: Occasionally \RDoc is not linked to a method whose name # has only special characters. Check whether the links you were expecting -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/