mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
This commit is contained in:
parent
b4ec22fe6c
commit
e433e6515e
Notes:
git
2025-01-02 05:23:06 +00:00
24 changed files with 44 additions and 42 deletions
6
object.c
6
object.c
|
@ -4091,7 +4091,7 @@ rb_f_loop_size(VALUE self, VALUE args, VALUE eobj)
|
|||
*
|
||||
* BasicObject.superclass # => nil
|
||||
*
|
||||
* \Class +BasicObject+ can be used to create an object hierarchy
|
||||
* Class +BasicObject+ can be used to create an object hierarchy
|
||||
* (e.g., class Delegator) that is independent of Ruby's object hierarchy.
|
||||
* Such objects:
|
||||
*
|
||||
|
@ -4162,7 +4162,7 @@ rb_f_loop_size(VALUE self, VALUE args, VALUE eobj)
|
|||
*
|
||||
* == What's Here
|
||||
*
|
||||
* First, what's elsewhere. \Class \Object:
|
||||
* First, what's elsewhere. Class \Object:
|
||||
*
|
||||
* - Inherits from {class BasicObject}[rdoc-ref:BasicObject@What-27s+Here].
|
||||
* - Includes {module Kernel}[rdoc-ref:Kernel@What-27s+Here].
|
||||
|
@ -4282,7 +4282,7 @@ InitVM_Object(void)
|
|||
*
|
||||
* == What's Here
|
||||
*
|
||||
* \Module \Kernel provides methods that are useful for:
|
||||
* Module \Kernel provides methods that are useful for:
|
||||
*
|
||||
* - {Converting}[rdoc-ref:Kernel@Converting]
|
||||
* - {Querying}[rdoc-ref:Kernel@Querying]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue