[ruby/rdoc] [DOC] Remove unnecessary rdoc-ref missing example

(https://github.com/ruby/rdoc/pull/1271)

We don't actually need to link to the missing item to show the non-linked
result.

https://github.com/ruby/rdoc/commit/a7b7e8fc55
This commit is contained in:
Stan Lo 2025-01-05 20:41:50 +08:00 committed by git
parent 9552bd590c
commit e45fca1372

View File

@ -996,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]