diff options
author | Stan Lo <[email protected]> | 2025-01-05 20:41:50 +0800 |
---|---|---|
committer | git <[email protected]> | 2025-01-05 12:41:53 +0000 |
commit | e45fca1372c40386d0b665432e7d4c68fcb3a522 (patch) | |
tree | fd911118c9e0bb770fb49c246103477184eaf387 /doc/rdoc | |
parent | 9552bd590c455b6501aa8233a3a1e435a315989f (diff) |
[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
Diffstat (limited to 'doc/rdoc')
-rw-r--r-- | doc/rdoc/markup_reference.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index 7622dde0b6..ee585b2497 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -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] |