mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Exclude 'Method' from RDoc's autolinking
This commit is contained in:
parent
d441d35107
commit
b4ec22fe6c
Notes:
git
2025-01-02 05:23:07 +00:00
20 changed files with 70 additions and 71 deletions
12
complex.c
12
complex.c
|
@ -2474,9 +2474,9 @@ float_arg(VALUE self)
|
|||
* You can create a \Complex object from rectangular coordinates with:
|
||||
*
|
||||
* - A {complex literal}[rdoc-ref:syntax/literals.rdoc@Complex+Literals].
|
||||
* - \Method Complex.rect.
|
||||
* - \Method Kernel#Complex, either with numeric arguments or with certain string arguments.
|
||||
* - \Method String#to_c, for certain strings.
|
||||
* - Method Complex.rect.
|
||||
* - Method Kernel#Complex, either with numeric arguments or with certain string arguments.
|
||||
* - Method String#to_c, for certain strings.
|
||||
*
|
||||
* Note that each of the stored parts may be a an instance one of the classes
|
||||
* Complex, Float, Integer, or Rational;
|
||||
|
@ -2502,9 +2502,9 @@ float_arg(VALUE self)
|
|||
*
|
||||
* You can create a \Complex object from polar coordinates with:
|
||||
*
|
||||
* - \Method Complex.polar.
|
||||
* - \Method Kernel#Complex, with certain string arguments.
|
||||
* - \Method String#to_c, for certain strings.
|
||||
* - Method Complex.polar.
|
||||
* - Method Kernel#Complex, with certain string arguments.
|
||||
* - Method String#to_c, for certain strings.
|
||||
*
|
||||
* Note that each of the stored parts may be a an instance one of the classes
|
||||
* Complex, Float, Integer, or Rational;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue