mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 14:09:02 +02:00
Sync RDoc 6.14.0
This commit is contained in:
parent
ca1ea95784
commit
03eb777c69
185 changed files with 2008 additions and 1655 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue