summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/to_html.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-12-15 19:36:07 +0900
committerNobuyoshi Nakada <[email protected]>2023-12-16 00:26:39 +0900
commit20f4f007644b841c71402a5ae64ee5373dc7b91a (patch)
tree09bb93fd52db0a28a69f87194b61363aadcd8d76 /lib/rdoc/markup/to_html.rb
parente15d690db147fb059a48f87bf639fdf0c006a22b (diff)
[ruby/rdoc] [DOC] nodoc for probably internal methods
https://github.com/ruby/rdoc/commit/f7dd147a8c
Diffstat (limited to 'lib/rdoc/markup/to_html.rb')
-rw-r--r--lib/rdoc/markup/to_html.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/markup/to_html.rb b/lib/rdoc/markup/to_html.rb
index fb38924a04..91cadf9d16 100644
--- a/lib/rdoc/markup/to_html.rb
+++ b/lib/rdoc/markup/to_html.rb
@@ -61,6 +61,7 @@ class RDoc::Markup::ToHtml < RDoc::Markup::Formatter
#
# These methods are used by regexp handling markup added by RDoc::Markup#add_regexp_handling.
+ # :nodoc:
URL_CHARACTERS_REGEXP_STR = /[A-Za-z0-9\-._~:\/\?#\[\]@!$&'\(\)*+,;%=]/.source
##