ruby-changes:58452
From: aycabta <ko1@a...>
Date: Sat, 26 Oct 2019 16:28:37 +0900 (JST)
Subject: [ruby-changes:58452] ad9c713728 (master): Make `(#methodname)` a link with --hyperlink-all option
https://git.ruby-lang.org/ruby.git/commit/?id=ad9c713728 From ad9c7137282009bbecae8df8bd5a601311282d62 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sat, 26 Oct 2019 16:26:48 +0900 Subject: Make `(#methodname)` a link with --hyperlink-all option diff --git a/lib/rdoc/cross_reference.rb b/lib/rdoc/cross_reference.rb index 76a4dca..07ba14c 100644 --- a/lib/rdoc/cross_reference.rb +++ b/lib/rdoc/cross_reference.rb @@ -76,7 +76,7 @@ class RDoc::CrossReference https://github.com/ruby/ruby/blob/trunk/lib/rdoc/cross_reference.rb#L76 # Version of CROSSREF_REGEXP used when <tt>--hyperlink-all</tt> is specified. ALL_CROSSREF_REGEXP = / - (?:^|\s) + (?:^|[\s()]) ( (?: # A::B::C.meth -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/