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
|
@ -930,7 +930,7 @@ num_negative_p(VALUE num)
|
|||
*
|
||||
* == What's Here
|
||||
*
|
||||
* First, what's elsewhere. \Class \Float:
|
||||
* First, what's elsewhere. Class \Float:
|
||||
*
|
||||
* - Inherits from
|
||||
* {class Numeric}[rdoc-ref:Numeric@What-27s+Here]
|
||||
|
@ -3546,7 +3546,7 @@ rb_num2ull(VALUE val)
|
|||
*
|
||||
* == What's Here
|
||||
*
|
||||
* First, what's elsewhere. \Class \Integer:
|
||||
* First, what's elsewhere. Class \Integer:
|
||||
*
|
||||
* - Inherits from
|
||||
* {class Numeric}[rdoc-ref:Numeric@What-27s+Here]
|
||||
|
@ -6190,7 +6190,7 @@ int_s_try_convert(VALUE self, VALUE num)
|
|||
*
|
||||
* == What's Here
|
||||
*
|
||||
* First, what's elsewhere. \Class \Numeric:
|
||||
* First, what's elsewhere. Class \Numeric:
|
||||
*
|
||||
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
|
||||
* - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue