Sync RDoc 6.14.0

This commit is contained in:
Stan Lo 2025-05-22 22:49:04 +01:00 committed by Takashi Kokubun
parent ca1ea95784
commit 03eb777c69
185 changed files with 2008 additions and 1655 deletions

View file

@ -859,6 +859,15 @@ require 'rdoc'
# - On-page: <tt>DummyClass</tt> links to DummyClass.
# - Off-page: <tt>RDoc::Alias</tt> links to RDoc::Alias.
#
# Note: For poeple want to mark up code (such as class, module,
# constant, and method) as "<tt>+code+</tt>" (for interoperability
# with other MarkDown parsers mainly), such word that refers a known
# code object and is marked up entirely and separately as "monofont"
# is also converted to a link.
#
# - <tt>+DummyClass+</tt> links to DummyClass
# - <tt>+DummyClass-object+</tt> is not a link.
#
# [Module]
#
# - On-page: <tt>DummyModule</tt> links to DummyModule.
@ -987,8 +996,7 @@ require 'rdoc'
# and entire <tt>rdoc-ref:</tt> square-bracketed clause is removed
# from the resulting text.
#
# - <tt>Nosuch[rdoc-ref:RDoc::Nosuch]</tt> generates
# Nosuch[rdoc-ref:RDoc::Nosuch].
# - <tt>Nosuch[rdoc-ref:RDoc::Nosuch]</tt> generates Nosuch.
#
#
# [<tt>rdoc-label</tt> Scheme]